Matthew Finkel pushed to branch android-components-60.0.3-10.0-1 at The Tor Project / Applications / android-components

Commits:

1 changed file:

Changes:

  • components/feature/privatemode/src/main/java/mozilla/components/feature/privatemode/notification/PrivateNotificationFeature.kt
    ... ... @@ -47,6 +47,7 @@ class PrivateNotificationFeature<T : AbstractPrivateNotificationService>(
    47 47
         }
    
    48 48
     
    
    49 49
         override fun stop() {
    
    50
    +        applicationContext.stopService(Intent(applicationContext, notificationServiceClass.java))
    
    50 51
             scope?.cancel()
    
    51 52
         }
    
    52 53
     }