mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Merge "Adding support for auto-cancelling an action mode when interacting with launcher" into ub-launcher3-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
6c870f2942
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user