[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.6.0esr-14.5-1] fixup! TB 42247: Android helpers for the TorProvider



Title: GitLab

Pier Angelo Vendrame pushed to branch tor-browser-128.6.0esr-14.5-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 1323ab5f
    by Pier Angelo Vendrame at 2025-01-22T12:11:01+01:00
    fixup! TB 42247: Android helpers for the TorProvider
    
    Add a missing return to #getAllSettings().
    

1 changed file:

Changes:

  • toolkit/modules/TorAndroidIntegration.sys.mjs
    ... ... @@ -97,6 +97,7 @@ class TorAndroidIntegrationImpl {
    97 97
       #getAllSettings() {
    
    98 98
         const settings = lazy.TorSettings.getSettings();
    
    99 99
         settings.quickstart = { enabled: lazy.TorConnect.quickstart };
    
    100
    +    return settings;
    
    100 101
       }
    
    101 102
     
    
    102 103
       observe(subj, topic) {
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx