reactormonk
ste
LaunchedEffect(lazyListState) { snapshotFlow { lazyListState.layoutInfo.totalItemsCount }.collect { lazyListState.animateScrollToItem(it) } }