Closes #900 - Use Settings BrowserDirection from Settings

nightly-build-test
Emily Kager 5 years ago committed by Emily Kager
parent dae42a7451
commit 3a558f6f78

@ -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