Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c7e6c25 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Close options popup when rebinding launcher." into ub-launcher3-master

parents 00b8ac83 fcb7e19f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;