We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello. I found something not intuitive as following: When deleting an image from ViewPager2, the number of dots doesn't change.
[Before Delete] (Image) (Image) (Image) (Image - Marked) <-- I delete last one [After Delete] (Image) (Image) (Image - Marked) (Image - appear but not exists)
As a quick fix, I put removeDot() with index from 0 to 3, but all 0~3 led to indexOutOfBound. What am I supposed to do?
The text was updated successfully, but these errors were encountered:
I ended up fixing by calling refreshDots on the callback of the submitList method
adapter.submitList(it){ dotsIndicator.refreshDots() }
Sorry, something went wrong.
[#139] Fix dots refresh bug when the adapter items change without cal…
57968d2
…ling notifyDataSetChanged
currentItem
Hello, thanks for your contribution ! This issue is now fixed in the new version 4.3 Thanks 🔥
4.3
tommybuonomo
No branches or pull requests
Hello.
I found something not intuitive as following:
When deleting an image from ViewPager2, the number of dots doesn't change.
As a quick fix, I put removeDot() with index from 0 to 3, but all 0~3 led to indexOutOfBound.
What am I supposed to do?
The text was updated successfully, but these errors were encountered: