Bug 974179 - "Backout patch to hide menus in editing mode" [r=mark.finkle]

This commit is contained in:
Wes Johnston 2014-02-18 16:09:00 -08:00
Родитель 6afca2db56
Коммит 12fed7ea7a
2 изменённых файлов: 4 добавлений и 7 удалений

Просмотреть файл

@ -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)