Bug 911830: Blank about:home on a new profile. [r=margaret]

This commit is contained in:
Sriram Ramasubramanian 2013-09-03 14:24:17 -07:00
Родитель 0a83c681f9
Коммит 6ed3acbaf0
1 изменённых файлов: 4 добавлений и 0 удалений

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

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