Join Slack
Powered by
I am collecting Paging items using `collectAsLazyP...
# compose
r
Rafs
05/22/2021, 10:29 PM
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.
4
Views
Open in Slack
Previous
Next