1
0
Fork 0

Closes #900 - Use Settings BrowserDirection from Settings

master
Emily Kager 2019-03-11 13:26:30 -07:00 committed by Emily Kager
parent dae42a7451
commit 3a558f6f78
1 changed files with 1 additions and 1 deletions

View File

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