Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit e179fce

Browse files
committed
Bug 863803 - Part 2: Remove unneccesary call to hideAboutHome(). r=lucasr
1 parent 0464db2 commit e179fce

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

mobile/android/base/BrowserApp.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,6 @@ protected void initializeChrome(String uri, boolean isExternalURL) {
538538
// show about:home if we aren't restoring previous session
539539
if (mRestoreMode == RESTORE_NONE) {
540540
Tab tab = Tabs.getInstance().loadUrl("about:home", Tabs.LOADURL_NEW_TAB);
541-
} else {
542-
hideAboutHome();
543541
}
544542
} else {
545543
int flags = Tabs.LOADURL_NEW_TAB | Tabs.LOADURL_USER_ENTERED;

0 commit comments

Comments
 (0)