2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00

[fenix] Scroll to the top of home when using the tab tray

This commit is contained in:
David Walsh 2020-06-01 16:41:42 -05:00 committed by Jeff Boek
parent abcbb45592
commit 49359e95e0

View File

@ -569,6 +569,8 @@ class HomeFragment : Fragment() {
requireContext().settings().useNewTabTray.also {
view?.add_tab_button?.isVisible = !it
view?.tab_button?.isVisible = it
// Scrolls to the top of the screen
view?.homeAppBar?.setExpanded(true, false)
}
}