Matthew Finkel pushed to branch android-components-60.0.3-10.0-1 at The Tor Project / Applications / android-components
Commits: 2ca9d997 by Matthew Finkel at 2020-10-22T21:55:11+00:00 Bug 40023: Stop PrivateNotificationService
- - - - -
1 changed file:
- components/feature/privatemode/src/main/java/mozilla/components/feature/privatemode/notification/PrivateNotificationFeature.kt
Changes:
===================================== components/feature/privatemode/src/main/java/mozilla/components/feature/privatemode/notification/PrivateNotificationFeature.kt ===================================== @@ -47,6 +47,7 @@ class PrivateNotificationFeature<T : AbstractPrivateNotificationService>( }
override fun stop() { + applicationContext.stopService(Intent(applicationContext, notificationServiceClass.java)) scope?.cancel() } }
View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/commit/2...
tbb-commits@lists.torproject.org