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/2ca9d9972756388954e27bf40999c3b1038c0984

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/android-components/-/commit/2ca9d9972756388954e27bf40999c3b1038c0984
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to