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

Commit 0a3deee6 authored by Adam Powell's avatar Adam Powell
Browse files

Fix regression with legacy expanded menus

Change-Id: I28a21dc72d11c6729370e0acd90b06ed98baf098
parent 50a3e420
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2240,7 +2240,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback {
            }

            PanelFeatureState st = getPanelState(FEATURE_OPTIONS_PANEL, false);
            if (st != null && st.menu != null) {
            if (st != null && st.menu != null && mFeatureId < 0) {
                st.menu.close();
            }
        }