From fcb7e19f67deaadbb535c074a445568ebb4ec898 Mon Sep 17 00:00:00 2001 From: Jon Miranda Date: Thu, 5 Apr 2018 11:32:41 -0700 Subject: [PATCH] Close options popup when rebinding launcher. Bug: 77582012 Change-Id: I6707ca526c8c934f56b227288d2cbea7139ac41d --- src/com/android/launcher3/AbstractFloatingView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/launcher3/AbstractFloatingView.java b/src/com/android/launcher3/AbstractFloatingView.java index f34cf0dc50..b0c5baf6b5 100644 --- a/src/com/android/launcher3/AbstractFloatingView.java +++ b/src/com/android/launcher3/AbstractFloatingView.java @@ -68,7 +68,7 @@ public abstract class AbstractFloatingView extends LinearLayout implements Touch // Type of popups which should be kept open during launcher rebind public static final int TYPE_REBIND_SAFE = TYPE_WIDGETS_FULL_SHEET - | TYPE_QUICKSTEP_PREVIEW | TYPE_ON_BOARD_POPUP | TYPE_OPTIONS_POPUP; + | TYPE_QUICKSTEP_PREVIEW | TYPE_ON_BOARD_POPUP; protected boolean mIsOpen;