Skip to content
Snippets Groups Projects
Unverified Commit 51cf313c authored by Matthew Finkel's avatar Matthew Finkel
Browse files

Bug 40023: Stop PrivateNotificationService

parent 9a622ba1
Branches
No related tags found
1 merge request!56Rebase android-components patches for Fenix 88 beta X builds
......@@ -47,6 +47,7 @@ class PrivateNotificationFeature<T : AbstractPrivateNotificationService>(
}
override fun stop() {
applicationContext.stopService(Intent(applicationContext, notificationServiceClass.java))
scope?.cancel()
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment