Skip to content
Snippets Groups Projects
Verified Commit 37eba642 authored by Matthew Finkel's avatar Matthew Finkel Committed by aguestuser
Browse files

Bug 40023: Stop PrivateNotificationService

parent 0ab4dc85
No related branches found
No related tags found
1 merge request!79Resolve Bug 40074: Rebase android-components patches for Fenix 96
......@@ -45,6 +45,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