1
0
Fork 0

Scroll to the top of home when using the tab tray

master
David Walsh 2020-06-01 16:41:42 -05:00 committed by Jeff Boek
parent 803ed6cde3
commit d862d58051
1 changed files with 2 additions and 0 deletions

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