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

pull/600/head
David Walsh 4 years ago committed by Jeff Boek
parent abcbb45592
commit 49359e95e0

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

Loading…
Cancel
Save