Loading mobile/android/android-components/components/feature/privatemode/src/main/java/mozilla/components/feature/privatemode/notification/PrivateNotificationFeature.kt +1 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ class PrivateNotificationFeature<T : AbstractPrivateNotificationService>( } override fun stop() { applicationContext.stopService(Intent(applicationContext, notificationServiceClass.java)) scope?.cancel() } } Loading
mobile/android/android-components/components/feature/privatemode/src/main/java/mozilla/components/feature/privatemode/notification/PrivateNotificationFeature.kt +1 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ class PrivateNotificationFeature<T : AbstractPrivateNotificationService>( } override fun stop() { applicationContext.stopService(Intent(applicationContext, notificationServiceClass.java)) scope?.cancel() } }