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
Calling notifyDataSetChanged() refresh the list properly and mantain the position everywhere but not when first items are partially displayed.
The text was updated successfully, but these errors were encountered:
mLayoutMode variable apparently is not set to LAYOUT_SYNC - going to make fix soon ;)
mLayoutMode
LAYOUT_SYNC
Sorry, something went wrong.
@MATROsKA Can you please confirm that PR #24 now merged fixes this issue?
It is easy to reproduce this issue with sample code - just add button which calls notifyDataSetChanged().
notifyDataSetChanged()
Yes this looks fixed from #24
denizmveli
No branches or pull requests
Calling notifyDataSetChanged() refresh the list properly and mantain the position everywhere but not when first items are partially displayed.
The text was updated successfully, but these errors were encountered: