Skip to content
Snippets Groups Projects
Unverified Commit 06d87393 authored by Matthew Finkel's avatar Matthew Finkel Committed by boklm
Browse files

Bug 40023: Stop PrivateNotificationService

parent bedc3e82
Branches
Tags
1 merge request!62Rebase android-componets patches on 75.0.22 for Fenix 89
......@@ -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