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:
parent
abcbb45592
commit
49359e95e0
@ -569,6 +569,8 @@ class HomeFragment : Fragment() {
|
|||||||
requireContext().settings().useNewTabTray.also {
|
requireContext().settings().useNewTabTray.also {
|
||||||
view?.add_tab_button?.isVisible = !it
|
view?.add_tab_button?.isVisible = !it
|
||||||
view?.tab_button?.isVisible = it
|
view?.tab_button?.isVisible = it
|
||||||
|
// Scrolls to the top of the screen
|
||||||
|
view?.homeAppBar?.setExpanded(true, false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user