https://kotlinlang.org logo
a

Abhishek Kumar

01/05/2022, 10:24 AM
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

allan.conda

02/24/2022, 6:26 PM
same issue, have you solved it or filed a report?