Clara F
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,...
Is there a `lint task` that auto formats all the files? `./gradlew lint` just checks for errors but doesn't auto format.
It is still WIP. A recipe for deeplink is planned for stable release.
Hi thanks for the PR! The query matching in this recipe is based on matching the deeplink url's `query parameter name` to the Serializer's `elementName`. The original recipe's query paramName...
Yeah I think a better error message in the meantime will help. In the long run, perhaps the basic recipe should be updated to generate deeplinks with an encoder which...
@yutailang0119 would you like to update the PR with the exception message? If not, i'm happy to take over too.