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


Commits:
aa5a6cfa by clairehurst at 2025-07-24T10:47:21-06:00
fixup! [android] Disable features and functionality

tor-browser#43977 Crash on debug launch

- - - - -


1 changed file:

- 
mobile/android/android-components/components/support/remotesettings/src/main/java/mozilla/components/support/remotesettings/RemoteSettingsService.kt


Changes:

=====================================
mobile/android/android-components/components/support/remotesettings/src/main/java/mozilla/components/support/remotesettings/RemoteSettingsService.kt
=====================================
@@ -27,9 +27,7 @@ class RemoteSettingsService(
     isLargeScreenSize: Boolean = false,
 ) {
     val remoteSettingsService: RemoteSettingsService by lazy {
-        val appContext = generateAppContext(context, channel, 
isLargeScreenSize)
-        val databasePath = context.getDir("remote-settings", 
Context.MODE_PRIVATE).absolutePath
-        RemoteSettingsService(databasePath, RemoteSettingsConfig2(server = 
server, appContext = appContext))
+        RemoteSettingsService() /* no-op */
     }
 }
 



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

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/aa5a6cfa1e02c22857710c190f55f1fe903de15d
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