Vaibhav Jaiswal
LaunchedEffect(listState){ snapshotFlow { listState.layoutInfo.visibleItemsInfo } .filterNot { it.isEmpty() } .filterNot { it.first().index >= threads.indices.last } .filterNot { threads.isEmpty() } .collect { listState.scrollToItem(threads.lastIndex) } }
Dominaezzz
A modern programming language that makes developers happier.