I'm using Paging-3 library, I'm facing this issue...
# compose
a
I'm using Paging-3 library, I'm facing this issue where
collectAsLazyPagingItems().itemCount
returns 0 for sometime even after updating the
Flow<PagingData<Item>
. After sometime only itemCount returns the actual value. any lead on this?
👍 1
a
same issue, have you solved it or filed a report?