Scroll to the top of home when using the tab tray

fennec/production
David Walsh 4 years ago committed by Jeff Boek
parent 803ed6cde3
commit d862d58051

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