Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gaba
fenix
Commits
5c08ba43
Commit
5c08ba43
authored
Oct 27, 2020
by
Matthew Finkel
Browse files
fixup! Bug 40028: Integrate Tor Controller into HomeFragment
Bug 40100: Resolve startup crashes in debug build
parent
b30df1e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/org/mozilla/fenix/FenixApplication.kt
View file @
5c08ba43
...
...
@@ -160,8 +160,10 @@ open class FenixApplication : LocaleAwareApplication(), Provider {
runBlocking
{
megazordSetup
.
await
();
}
}
// Give TAS the base Context
Prefs
.
setContext
(
applicationContext
)
GlobalScope
.
launch
(
Dispatchers
.
IO
)
{
// Give TAS the base Context
Prefs
.
setContext
(
applicationContext
)
}
}
setupLeakCanary
()
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment