зеркало из https://github.com/mozilla/gecko-dev.git
Bug 974179 - "Backout patch to hide menus in editing mode" [r=mark.finkle]
This commit is contained in:
Родитель
6afca2db56
Коммит
12fed7ea7a
|
@ -2092,11 +2092,8 @@ abstract public class BrowserApp extends GeckoApp
|
|||
|
||||
@Override
|
||||
public void openOptionsMenu() {
|
||||
// Disable menu access in edge cases only accessible to hardware menu buttons.
|
||||
if ((!hasTabsSideBar() && areTabsShown()) ||
|
||||
mBrowserToolbar.isEditing()) {
|
||||
if (!hasTabsSideBar() && areTabsShown())
|
||||
return;
|
||||
}
|
||||
|
||||
// Scroll custom menu to the top
|
||||
if (mMenuPanel != null)
|
||||
|
|
Загрузка…
Ссылка в новой задаче