mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Clear command queue of OverviewCommandHelper on home tap
Fixes: 194934483 Test: manual Change-Id: Id83b341245793c38c305e6ada5581ac4e49527a7
This commit is contained in:
@@ -109,6 +109,11 @@ public class OverviewCommandHelper {
|
||||
MAIN_EXECUTOR.execute(() -> addCommand(cmd));
|
||||
}
|
||||
|
||||
@UiThread
|
||||
public void clearPendingCommands() {
|
||||
mPendingCommands.clear();
|
||||
}
|
||||
|
||||
private TaskView getNextTask(RecentsView view) {
|
||||
final TaskView runningTaskView = view.getRunningTaskView();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user