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

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

Merge "Fix bug 4136005 - Extended menus do not work"

parents c42faa1e 25ef3030
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -903,7 +903,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback {
    }

    private void reopenMenu(boolean toggleMenuMode) {
        if (mActionBar != null) {
        if (mActionBar != null && mActionBar.isOverflowReserved()) {
            final Callback cb = getCallback();
            if (!mActionBar.isOverflowMenuShowing() || !toggleMenuMode) {
                if (cb != null && !isDestroyed() && mActionBar.getVisibility() == View.VISIBLE) {