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

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

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

parents 99cf1e0c 763cbb13
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 {