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
1 changed file:
Changes:
| ... | ... | @@ -47,6 +47,7 @@ class PrivateNotificationFeature<T : AbstractPrivateNotificationService>( |
| 47 | 47 |
}
|
| 48 | 48 |
|
| 49 | 49 |
override fun stop() {
|
| 50 |
+ applicationContext.stopService(Intent(applicationContext, notificationServiceClass.java))
|
|
| 50 | 51 |
scope?.cancel()
|
| 51 | 52 |
}
|
| 52 | 53 |
}
|