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
a12d5cac
Commit
a12d5cac
authored
Oct 15, 2020
by
Alex Catarineu
Browse files
Revert "fixup! Bug 40028: Integrate Tor Controller into HomeFragment"
This reverts commit
afd84475
.
parent
7e7a2f8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/org/mozilla/fenix/FenixApplication.kt
View file @
a12d5cac
...
...
@@ -170,6 +170,7 @@ open class FenixApplication : LocaleAwareApplication(), Provider {
initVisualCompletenessQueueAndQueueTasks
()
components
.
appStartupTelemetry
.
onFenixApplicationOnCreate
()
components
.
torController
.
start
()
}
private
fun
restoreDownloads
()
{
...
...
app/src/main/java/org/mozilla/fenix/HomeActivity.kt
View file @
a12d5cac
...
...
@@ -300,8 +300,6 @@ open class HomeActivity : LocaleAwareAppCompatActivity(), NavHostActivity {
}
}
}
components
.
torController
.
start
()
}
override
fun
onStart
()
{
...
...
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