Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
android-components
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
The Tor Project
Applications
android-components
Commits
ade0ff7b
Unverified
Commit
ade0ff7b
authored
Oct 21, 2020
by
Matthew Finkel
Committed by
boklm
Jul 28, 2021
Browse files
Options
Downloads
Patches
Plain Diff
Bug 40023: Stop PrivateNotificationService
parent
ff8bf5d4
No related branches found
No related tags found
1 merge request
!68
Rebase android-components patches to v91.0.7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
components/feature/privatemode/src/main/java/mozilla/components/feature/privatemode/notification/PrivateNotificationFeature.kt
+1
-0
1 addition, 0 deletions
...re/privatemode/notification/PrivateNotificationFeature.kt
with
1 addition
and
0 deletions
components/feature/privatemode/src/main/java/mozilla/components/feature/privatemode/notification/PrivateNotificationFeature.kt
+
1
−
0
View file @
ade0ff7b
...
...
@@ -47,6 +47,7 @@ class PrivateNotificationFeature<T : AbstractPrivateNotificationService>(
}
override
fun
stop
()
{
applicationContext
.
stopService
(
Intent
(
applicationContext
,
notificationServiceClass
.
java
))
scope
?.
cancel
()
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment