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

Commit 6cb4c77a authored by Alison Cichowlas's avatar Alison Cichowlas Committed by android-build-merger
Browse files

Merge "Stop closing other dialogs when opening GlobalActions." into pi-dev

am: fa7e2627

Change-Id: Ifa9e0cadd9bdaf326c663cff4166c811c724d86f
parents 7642f15e fa7e2627
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1755,7 +1755,6 @@ public class PhoneWindowManager implements WindowManagerPolicy {
    }

    void showGlobalActionsInternal() {
        sendCloseSystemWindows(SYSTEM_DIALOG_REASON_GLOBAL_ACTIONS);
        if (mGlobalActions == null) {
            mGlobalActions = new GlobalActions(mContext, mWindowManagerFuncs);
        }