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

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

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

parents d9d45fd7 65870a81
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);
        }