Commit 8ccb6276 authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! TB 42247: Android helpers for the TorProvider

TB 43571: Drop `TorProviderBuilder.firstWindowLoaded`, which is covered
by `TorConnect.init` now.
parent 1ebc1f44
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -94,11 +94,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) {