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
Alex Catarineu
fenix
Commits
895ea665
Commit
895ea665
authored
Oct 15, 2020
by
Alex Catarineu
Browse files
fixup! Bug 40028: Implement Tor Service controller
Part of #40078 fix.
parent
a12d5cac
Pipeline
#1364
failed with stages
in 11 minutes and 17 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
app/src/main/java/org/mozilla/fenix/tor/TorController.kt
View file @
895ea665
...
...
@@ -119,13 +119,6 @@ class TorController(
Prefs
.
setBridgesList
(
value
)
}
init
{
// Bug 40040: Hacky: Initialize TorService when we are instantiated. This should
// help avoid a race condition involving copying assets and starting tor in TorService.
val
torServiceStatus
=
Intent
(
context
,
TorService
::
class
.
java
)
context
.
startService
(
torServiceStatus
)
}
fun
start
()
{
// Register receiver
lbm
.
registerReceiver
(
...
...
Write
Preview
Markdown
is supported
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