Clear command queue of OverviewCommandHelper on home tap

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