Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
android-components
Commits
9a5d1216
Commit
9a5d1216
authored
Oct 21, 2020
by
Matthew Finkel
Browse files
Bug 40023: Stop PrivateNotificationService
parent
e8c8c684
Changes
1
Hide whitespace changes
Inline
Side-by-side
components/feature/privatemode/src/main/java/mozilla/components/feature/privatemode/notification/PrivateNotificationFeature.kt
View file @
9a5d1216
...
...
@@ -47,6 +47,7 @@ class PrivateNotificationFeature<T : AbstractPrivateNotificationService>(
}
override
fun
stop
()
{
applicationContext
.
stopService
(
Intent
(
applicationContext
,
notificationServiceClass
.
java
))
scope
?.
cancel
()
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment