Dan Ballard pushed to branch tor-browser-140.1.0esr-15.0-1 at The Tor Project / 
Applications / Tor Browser


Commits:
52585137 by Beatriz Rizental at 2025-08-11T06:14:38-07:00
fixup! Various Android workarounds

- - - - -


1 changed file:

- 
mobile/android/android-components/components/service/sync-logins/src/main/java/mozilla/components/service/sync/logins/SyncableLoginsStorage.kt


Changes:

=====================================
mobile/android/android-components/components/service/sync-logins/src/main/java/mozilla/components/service/sync/logins/SyncableLoginsStorage.kt
=====================================
@@ -88,9 +88,7 @@ class SyncableLoginsStorage(
     val crypto by lazy { LoginsCrypto(context, securePrefs.value, this) }
 
     private val conn: Deferred<DatabaseLoginsStorage> = 
CoroutineScope(coroutineContext).async {
-        // val key = crypto.getOrGenerateKey().key
-        // I think this error goes away with a-s noop.
-        val key = "???"
+        val key = crypto.getOrGenerateKey().key
         val keyManager = object : mozilla.appservices.logins.KeyManager {
             override fun getKey(): ByteArray {
                 return key.toByteArray()



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

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


_______________________________________________
tbb-commits mailing list -- tbb-commits@lists.torproject.org
To unsubscribe send an email to tbb-commits-le...@lists.torproject.org

Reply via email to