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

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

Merge "Fix bug 5044737 - Compatibility menus should be as wide as the screen width"

parents 8c8333c8 dc5facd4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -552,6 +552,8 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback {
            if (!st.shownPanelView.hasFocus()) {
                st.shownPanelView.requestFocus();
            }
        } else if (!st.isInExpandedMode) {
            width = MATCH_PARENT;
        }

        st.isOpen = true;