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

Commit 763cbb13 authored by Adam Powell's avatar Adam Powell
Browse files

Fix a bug where the lazy-initialized ActionBar object was being too lazy.

Change-Id: I80dc06deffd1df8cc8ae96fd878d66a101a17086
parent 6ade7c26
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2417,6 +2417,7 @@ public class Activity extends ContextThemeWrapper
     */
    public boolean onMenuOpened(int featureId, Menu menu) {
        if (featureId == Window.FEATURE_ACTION_BAR) {
            initActionBar();
            if (mActionBar != null) {
                mActionBar.dispatchMenuVisibilityChanged(true);
            } else {