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

Commit e9efa226 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

am: 6cb4c77a

Change-Id: Ib9d0e572a421731c54f208db9e5f193700215cc5
parents e4e8f65f 6cb4c77a
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);
        }