mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-09 19:10:42 +00:00
For #9549 - Scrolling to top sites now includes header.
This commit is contained in:
parent
a2ea53d8f2
commit
3d1d146c94
@ -205,7 +205,7 @@ class SessionControlView(
|
||||
}
|
||||
loadedTopSites?.run {
|
||||
homeScreenViewModel.shouldScrollToTopSites = false
|
||||
view.scrollToPosition(stateAdapterList.indexOf(this))
|
||||
view.scrollToPosition(0)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user