mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-01 12:03:08 +00:00
Bug 766940 - Invalidate options menu for soft menu button. r=sriram
This commit is contained in:
parent
21c4e7d1a6
commit
0614ceffe9
@ -558,6 +558,7 @@ public class BrowserToolbar implements ViewSwitcher.ViewFactory,
|
||||
if (!mHasSoftMenuButton)
|
||||
return false;
|
||||
|
||||
GeckoApp.mAppContext.invalidateOptionsMenu();
|
||||
if (mMenuPopup != null && !mMenuPopup.isShowing())
|
||||
mMenuPopup.showAsDropDown(mMenu);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user