Clear command queue of OverviewCommandHelper on home tap

Fixes: 194934483
Test: manual
Change-Id: Id83b341245793c38c305e6ada5581ac4e49527a7
This commit is contained in:
Tracy Zhou
2021-07-28 22:02:18 -07:00
parent bf89b27f90
commit 86bd1dce8d
3 changed files with 22 additions and 0 deletions
@@ -297,6 +297,10 @@ public class TouchInteractionService extends Service implements PluginListener<O
public TaskbarManager getTaskbarManager() {
return mTaskbarManager;
}
public OverviewCommandHelper getOverviewCommandHelper() {
return mOverviewCommandHelper;
}
}
private static boolean sConnected = false;