Skip to content
Snippets Groups Projects
Commit dd85b6c6 authored by Matthew Finkel's avatar Matthew Finkel Committed by Beatriz Rizental
Browse files

TB 40023: [android] Stop PrivateNotificationService

parent e140877e
No related branches found
No related tags found
1 merge request!1527Bug 43808: Rebase 128.10.1 onto 128.11
......@@ -44,6 +44,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