-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
Describe the bug 🐛
We have implemented an infinite pager according to the documentation found at https://www.algolia.com/doc/api-reference/widgets/infinite-hits/android/#examples and noticed on manageable result sets that the resulting list contains duplicates. After many hours of debugging the Google Paging 3 and Compose components without luck, we tried your Android InstantSearch example from https://github.com/algolia/instantsearch-android. We found the same issue.
To Reproduce 🔍
Steps to reproduce the behaviour:
- Build and run https://github.com/algolia/instantsearch-android
- Select the "Declarative UI" Example in "Guides"
- Enter the query "amazo" and select the filters "Cell Phone Accessories" and "Audio".
- You get 11 hits but in the list are 12 items.
Expected behavior 💭
If we set up a query and filter that returns 11 hits, we expect the resulting list to contain precisely 11 items.
Environment:
- OS: Android
- Library Version 3.1.4