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

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

Merge "Cleanup on CL 61012"

parents c3deee13 b047208b
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -647,11 +647,10 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback {
                if (mActionBar.isOverflowReserved()) {
                    if (!mActionBar.isOverflowMenuShowing()) {
                        final Callback cb = getCallback();
                        if (cb != null) {
                            if (cb.onPreparePanel(featureId, st.createdPanelView, st.menu)) {
                        if (cb != null &&
                                cb.onPreparePanel(featureId, st.createdPanelView, st.menu)) {
                            playSoundEffect = mActionBar.showOverflowMenu();
                        }
                        }
                    } else {
                        playSoundEffect = mActionBar.hideOverflowMenu();
                    }