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

Commit b047208b authored by Adam Powell's avatar Adam Powell
Browse files

Cleanup on CL 61012

Change-Id: I394909c65a4978be26db063c9f69f1098ab028b3
parent 5caaf378
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();
                    }