Unverified Commit 46de7a1c authored by Matthew Finkel's avatar Matthew Finkel Committed by boklm
Browse files

Bug 40023: Stop PrivateNotificationService

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

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