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
The size of the horizontal divider will get bigger and bigger when removing items in a RecyclerView with a GridLayoutManager repeatedly.
RecyclerViewDivider version: 3.5.0
A Test Project: MyApplication.zip
The text was updated successfully, but these errors were encountered:
Thanks for the sample. I'll investigate this.
Sorry, something went wrong.
I've not found a solution yet for this issue.
The issue is related to the item animator attached by default to a RecyclerView:
RecyclerView
recyclerView.itemAnimator = null
The workaround to this is removing the item animator but I'm searching a way to fix the remove animation in a GridLayoutManager.
GridLayoutManager
No branches or pull requests
The size of the horizontal divider will get bigger and bigger when removing items in a RecyclerView with a GridLayoutManager repeatedly.
RecyclerViewDivider version: 3.5.0
A Test Project:
MyApplication.zip
The text was updated successfully, but these errors were encountered: