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

Commit cda33852 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix regression with legacy expanded menus"

parents 4838151d 0a3deee6
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();
            }
        }