[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/900 - Use Settings BrowserDirection from Settings

pull/600/head
Emily Kager 5 years ago committed by Emily Kager
parent 87246debe6
commit 8607028111

@ -145,7 +145,7 @@ class SettingsFragment : PreferenceFragmentCompat(), CoroutineScope, AccountObse
// We could auto-close this tab once we get to the end of the authentication process?
// Via an interceptor, perhaps.
view?.let {
(activity as HomeActivity).openToBrowser(null, BrowserDirection.FromHome)
(activity as HomeActivity).openToBrowser(null, BrowserDirection.FromSettings)
}
true
}

Loading…
Cancel
Save