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
afd84475
Commit
afd84475
authored
Oct 15, 2020
by
Alex Catarineu
Browse files
fixup! Bug 40028: Integrate Tor Controller into HomeFragment
Part of #40078 fix.
parent
83988eba
Pipeline
#1360
failed with stages
in 12 minutes and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/org/mozilla/fenix/FenixApplication.kt
View file @
afd84475
...
...
@@ -170,7 +170,6 @@ 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 @
afd84475
...
...
@@ -300,6 +300,8 @@ open class HomeActivity : LocaleAwareAppCompatActivity(), NavHostActivity {
}
}
}
components
.
torController
.
start
()
}
override
fun
onStart
()
{
...
...
Alex Catarineu
@acat
mentioned in commit
a12d5cac
·
Oct 15, 2020
mentioned in commit
a12d5cac
mentioned in commit a12d5cac009c4f7a6b1bdab5b64259bacf33b53d
Toggle commit list
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