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


Commits:
88b8f52c by clairehurst at 2025-08-05T12:53:44+00:00
fixup! [android] Implement Android-native Connection Assist UI

Bug 43645: Swiping away doesn't always disconnect from tor

- - - - -
b4ac359a by Dan Ballard at 2025-08-05T12:53:44+00:00
fixup! TB 40023: [android] Stop PrivateNotificationService

Bug 43346: revert patch, not needed anymore

- - - - -


2 changed files:

- 
mobile/android/android-components/components/feature/privatemode/src/main/java/mozilla/components/feature/privatemode/notification/PrivateNotificationFeature.kt
- mobile/android/fenix/app/src/main/java/org/mozilla/fenix/HomeActivity.kt


Changes:

=====================================
mobile/android/android-components/components/feature/privatemode/src/main/java/mozilla/components/feature/privatemode/notification/PrivateNotificationFeature.kt
=====================================
@@ -44,7 +44,6 @@ class PrivateNotificationFeature<T : 
AbstractPrivateNotificationService>(
     }
 
     override fun stop() {
-        applicationContext.stopService(Intent(applicationContext, 
notificationServiceClass.java))
         scope?.cancel()
     }
 }


=====================================
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/HomeActivity.kt
=====================================
@@ -821,6 +821,10 @@ open class HomeActivity : LocaleAwareAppCompatActivity(), 
NavHostActivity, TorAn
 
         super.onDestroy()
 
+        if (isFinishing) {
+            exitProcess(0)
+        }
+
         // Diagnostic breadcrumb for "Display already aquired" crash:
         // https://github.com/mozilla-mobile/android-components/issues/7960
         breadcrumb(



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/579ade4cf2bb29bfd9b91a68e163bec1a166a5f9...b4ac359a286155b0b5c4aa7b90a6a5bcb776e615

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


_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to