[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/android-components][android-components-60.0.3-10.0-1] Bug 40023: Stop PrivateNotificationService



Title: GitLab

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
     }

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits