Close options popup when rebinding launcher.

Bug: 77582012
Change-Id: I6707ca526c8c934f56b227288d2cbea7139ac41d
This commit is contained in:
Jon Miranda
2018-04-05 11:32:41 -07:00
parent 83bf457aaa
commit fcb7e19f67

View File

@@ -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;