mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 911830: Blank about:home on a new profile. [r=margaret]
This commit is contained in:
parent
dd48012dd8
commit
2387186153
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user