1
0
Fork 0

For #9549 - Scrolling to top sites now includes header.

master
codrut.topliceanu 2020-04-01 13:06:05 +03:00 committed by Emily Kager
parent a2ea53d8f2
commit 3d1d146c94
1 changed files with 1 additions and 1 deletions

View File

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