Commit e54c6d54 authored by sisbell's avatar sisbell Committed by Matthew Finkel
Browse files

Bug #32405: Crash immediately after bootstrap on Android

parent 48870883
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2968,7 +2968,10 @@ public class BrowserApp extends GeckoApp
                    // When the content loaded in the background (such as about:tor),
                    // it was loaded while mBrowserChrome was GONE. We should refresh the
                    // height now so the page is rendered correctly.
                    Tabs.getInstance().getSelectedTab().doReload(true);
                    final Tab currentTab = Tabs.getInstance().getSelectedTab();
                    if (currentTab != null) {
                        currentTab.doReload(true);
                    }

                    // If we finished, then Tor bootstrapped 100%
                    mTorNeedsStart = false;