Skip to content
Snippets Groups Projects
Commit 8db5a552 authored by clairehurst's avatar clairehurst Committed by Dan Ballard
Browse files

fixup! [android] Implement Android-native Connection Assist UI

This should have been included with the following.
Bug 43359: Improper handling of TorBootstrapChangeListener with respect to system onDestroy() calls for HomeActivity
parent a19577f9
Branches
Tags
1 merge request!1400Bug 43528: Improper handling of TorBootstrapChangeListener in HomeActivity.
Pipeline #253007 passed
......@@ -452,11 +452,13 @@ open class HomeActivity : LocaleAwareAppCompatActivity(), NavHostActivity, TorAn
components.notificationsDelegate.bindToActivity(this)
if (settings().useHtmlConnectionUi) {
val engine = components.core.engine
if (engine is GeckoEngine) {
val torIntegration = engine.getTorIntegrationController()
torIntegration.registerBootstrapStateChangeListener(this)
}
}
StartupTimeline.onActivityCreateEndHome(this) // DO NOT MOVE ANYTHING BELOW HERE.
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment