Merge "Adding support for auto-cancelling an action mode when interacting with launcher" into ub-launcher3-master

This commit is contained in:
TreeHugger Robot
2018-01-04 01:11:59 +00:00
committed by Android (Google) Code Review
4 changed files with 33 additions and 0 deletions

View File

@@ -155,6 +155,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) {