Commit ce4beeb8 authored by Matthew Finkel's avatar Matthew Finkel
Browse files

Bug 40023: Stop PrivateNotificationService

parent 716d0653
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ class PrivateNotificationFeature<T : AbstractPrivateNotificationService>(
    }

    override fun stop() {
        applicationContext.stopService(Intent(applicationContext, notificationServiceClass.java))
        scope?.cancel()
    }
}