[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.1.0esr-14.0-1] fixup! [android] Add Tor integration and UI

morgan (@morgan) git at gitlab.torproject.org
Mon Aug 26 19:43:57 UTC 2024



morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser


Commits:
f5220902 by clairehurst at 2024-08-26T19:39:08+00:00
fixup! [android] Add Tor integration and UI

- - - - -


1 changed file:

- mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorControllerGV.kt


Changes:

=====================================
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorControllerGV.kt
=====================================
@@ -166,7 +166,7 @@ class TorControllerGV(
         }
         set(value) {
             getTorSettings()?.let {
-                Log.i(TAG, "setUserProvidedBridges: '$value'");
+                Log.i(TAG, "setUserProvidedBridges: '$value'")
                 // Hack: we don't have validation so lets do something quick and dirty (each line has a length)
                 val  userProvidedLines: Array<String> = value?.split("\n")?.filter { it.length > 4 }?.toTypedArray() ?: arrayOf<String>()
                 it.bridgesSource = BridgeSource.UserProvided
@@ -353,7 +353,6 @@ class TorControllerGV(
     // TorEventsBootstrapStateChangeListener
     override fun onBootstrapError(code: String?, message: String?, phase: String?, reason: String?) {
         lastKnownError = TorError(code ?: "", message ?: "", phase ?: "", reason ?: "")
-        onBootstrapStateChange(TorConnectState.Error.state)
     }
 
     // TorEventsBootstrapStateChangeListener



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f52209029cd8000b0f8c70ab9a4964806cf9adff

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f52209029cd8000b0f8c70ab9a4964806cf9adff
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240826/d321bf70/attachment-0001.htm>


More information about the tor-commits mailing list