Bartosz Ziembański
08/31/2023, 2:48 PMZach Klippenstein (he/him) [MOD]
08/31/2023, 8:35 PMste
09/01/2023, 7:43 AMsuspend fun LazyListState.smoothScrollToTop() {
if (firstVisibleItemIndex > layoutInfo.visibleItemsInfo.size) {
scrollToItem(layoutInfo.visibleItemsInfo.size)
}
animateScrollToItem(0)
}
I believe you can try a different (slower) animationSpec, if that makes sense