Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
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
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Tor Browser
Commits
dd85b6c6
Commit
dd85b6c6
authored
Oct 21, 2020
by
Matthew Finkel
Committed by
Beatriz Rizental
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
TB 40023: [android] Stop PrivateNotificationService
Originally,
android-components#40023
.
parent
e140877e
No related branches found
No related tags found
1 merge request
!1527
Bug 43808: Rebase 128.10.1 onto 128.11
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
mobile/android/android-components/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
mobile/android/android-components/components/feature/privatemode/src/main/java/mozilla/components/feature/privatemode/notification/PrivateNotificationFeature.kt
+
1
−
0
View file @
dd85b6c6
...
...
@@ -44,6 +44,7 @@ class PrivateNotificationFeature<T : AbstractPrivateNotificationService>(
}
override
fun
stop
()
{
applicationContext
.
stopService
(
Intent
(
applicationContext
,
notificationServiceClass
.
java
))
scope
?.
cancel
()
}
}
This diff is collapsed.
Click to expand it.
Dan Ballard
@dan
mentioned in issue
#43814
·
2 months ago
mentioned in issue
#43814
mentioned in issue #43814
Toggle commit list
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