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

Bug #32405: Crash immediately after bootstrap on Android

parent b1c441be
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2969,7 +2969,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;