most probably the issue is with the fact that the scroll is restored while the paging didn’t yet load the items as the items are loaded asynchronously. while we don’t have something similar to this in compose you can workaround it with not emitting LazyColumn at all while there are no items in LazyPagingItems. something like