I am collecting Paging items using `collectAsLazyP...
# compose
r
I am collecting Paging items using
collectAsLazyPagingItems()
and using the snapshots directly in my
LazyColumn
so that I can have sticky headers. Is there a way to request the next page?
refresh()
only loads the current snapshot again.