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

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

Merge "Correctly set the window callback for ToolbarActionBar"

parents 1f24c7e3 b40484bb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ public class ToolbarActionBar extends ActionBar {
        mToolbar = toolbar;
        mDecorToolbar = new ToolbarWidgetWrapper(toolbar);
        mWindowCallback = windowCallback;
        mDecorToolbar.setWindowCallback(mWindowCallback);
        toolbar.setOnMenuItemClickListener(mMenuClicker);
        mDecorToolbar.setWindowTitle(title);
    }