Verified Commit 1323ab5f authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! TB 42247: Android helpers for the TorProvider

Add a missing return to #getAllSettings().
parent e0847a5c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -97,6 +97,7 @@ class TorAndroidIntegrationImpl {
  #getAllSettings() {
    const settings = lazy.TorSettings.getSettings();
    settings.quickstart = { enabled: lazy.TorConnect.quickstart };
    return settings;
  }

  observe(subj, topic) {