Clara F

Results 2 comments of Clara F

Hi, thanks for the PR. Would you be able to update the original bug `https://issuetracker.google.com/issues/233703110` with a sample project so we can repro your use case? It would help us...

If those callbacks were from a single event (i.e. REFRESH), then our [addOnPagesUpdatedListener](https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:paging/paging-runtime/src/main/java/androidx/paging/AsyncPagingDataDiffer.kt;l=379?q=asyncpagingdatadiffer) might be what you're looking for. It is a callback that triggers after an insert/drop event. Otherwise,...