зеркало из https://github.com/mozilla/gecko-dev.git
Bug 803325 - Check tab count instead of Gecko:Ready for showing tabs tray. r=sriram
This commit is contained in:
Родитель
789fb9465d
Коммит
ed540ba102
|
@ -462,7 +462,7 @@ abstract public class BrowserApp extends GeckoApp
|
||||||
}
|
}
|
||||||
|
|
||||||
private void showTabs(TabsPanel.Panel panel) {
|
private void showTabs(TabsPanel.Panel panel) {
|
||||||
if (!checkLaunchState(LaunchState.GeckoRunning))
|
if (Tabs.getInstance().getCount() == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
mTabsPanel.show(panel);
|
mTabsPanel.show(panel);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче