зеркало из https://github.com/mozilla/gecko-dev.git
Bug 697975 - Don't show the first-run animation in tablet mode [r=mfinkle]
This commit is contained in:
Родитель
8f3f216863
Коммит
df85001523
|
@ -408,7 +408,7 @@
|
|||
|
||||
// If a sidebar is completely open, just bail
|
||||
let [leftWidth, rightWidth] = win.Browser.computeSidebarVisibility();
|
||||
if (leftWidth == 1 || rightWidth == 1) {
|
||||
if (leftWidth == 1 || rightWidth == 1 || win.Util.isTablet()) {
|
||||
endDiscovery();
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче