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

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

Fix bug 4399686 - missing menu after returning from fullscreen video

playback in browser

Change-Id: I992c6b1b4db738f937646e0dcac1c83fa5ab4e35
parent 098f5bd4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -306,8 +306,9 @@ public class ActionBarView extends AbsActionBarView {
        if (mMenuPresenter == null) {
            mMenuPresenter = new ActionMenuPresenter();
            mMenuPresenter.setCallback(cb);
            builder.addMenuPresenter(mMenuPresenter);
        }
        builder.addMenuPresenter(mMenuPresenter);

        final ActionMenuView menuView = (ActionMenuView) mMenuPresenter.getMenuView(this);
        final LayoutParams layoutParams = new LayoutParams(LayoutParams.WRAP_CONTENT,
                LayoutParams.MATCH_PARENT);