Commit 80e2704f authored by henry's avatar henry Committed by clairehurst
Browse files

fixup! TB 42247: Android helpers for the TorProvider

TB 43571: Drop `TorProviderBuilder.firstWindowLoaded`, which is covered
by `TorConnect.init` now.
parent fe45b5e3
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -98,11 +98,6 @@ class TorAndroidIntegrationImpl {
    lazy.TorConnect.init();

    lazy.TorDomainIsolator.init();

    // On Android immediately call firstWindowLoaded. This should be safe to
    // call since it will await the initialisation of the TorProvider set up
    // by TorProviderBuilder.init.
    lazy.TorProviderBuilder.firstWindowLoaded();
  }

  observe(subj, topic) {