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

Commit 86b5286c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Dismiss all dropdown windows when power menu is rotated." into rvc-dev am: a1693418

Change-Id: I39d112fd5bd276dcbb3d28d28155d2c2f8c6ea06
parents 045825db a1693418
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -2362,6 +2362,14 @@ public class GlobalActionsDialog implements DialogInterface.OnDismissListener,
        }
        }


        public void refreshDialog() {
        public void refreshDialog() {
            // ensure dropdown menus are dismissed before re-initializing the dialog
            dismissPanel();
            dismissOverflow(true);
            if (mControlsUiController != null) {
                mControlsUiController.hide();
            }

            // re-create dialog
            initializeLayout();
            initializeLayout();
            mGlobalActionsLayout.updateList();
            mGlobalActionsLayout.updateList();
            if (mControlsUiController != null) {
            if (mControlsUiController != null) {