Actions
Bug #853
closedLauncher doesn't drain touches before notifying appManager
Status:
Closed
Priority:
Immediate
Assignee:
Category:
04 - Applications
Target version:
Start date:
27 Jul 2021
Due date:
% Done:
100%
Estimated time:
Severity:
01 - Critical
Description
When a touch event comes in, launcher immediately notifies appManager to start an app. However, a bounce event can still be in the queue and end up passed to the new app.
To fix this, use a timer function that does the notification after a short period allowing bounce events to to processed (and likely ignored) by the launcher.
Actions