Adding support for auto-cancelling an action mode when interacting with launcher

Change-Id: Iba0207e36e9e5bd94bd9016318a4e00c6e1f6393
This commit is contained in:
Sunny Goyal
2017-12-22 11:11:33 -08:00
parent 8c8fdec3e9
commit 7c8a65e740
4 changed files with 33 additions and 0 deletions

View File

@@ -153,6 +153,7 @@ public abstract class AbstractFloatingView extends LinearLayout implements Touch
public static void closeAllOpenViews(Launcher launcher, boolean animate) {
closeOpenViews(launcher, animate, TYPE_ALL);
launcher.finishAutoCancelActionMode();
}
public static void closeAllOpenViews(Launcher launcher) {