зеркало из https://github.com/mozilla/gecko-dev.git
Bug 911830: Blank about:home on a new profile. [r=margaret]
This commit is contained in:
Родитель
0a83c681f9
Коммит
6ed3acbaf0
|
@ -1472,6 +1472,10 @@ abstract public class BrowserApp extends GeckoApp
|
|||
}
|
||||
|
||||
mBrowserToolbar.cancelEdit();
|
||||
|
||||
// Resetting the visibility of HomePager, which might have been hidden
|
||||
// by the filterEditingMode().
|
||||
mHomePager.setVisibility(View.VISIBLE);
|
||||
animateHideHomePager();
|
||||
hideBrowserSearch();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче