2
0
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:
codrut.topliceanu 2020-04-01 13:06:05 +03:00 committed by Emily Kager
parent a2ea53d8f2
commit 3d1d146c94

View File

@ -205,7 +205,7 @@ class SessionControlView(
}
loadedTopSites?.run {
homeScreenViewModel.shouldScrollToTopSites = false
view.scrollToPosition(stateAdapterList.indexOf(this))
view.scrollToPosition(0)
}
}
} else {