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
I was trying to implement a horizontal recycler view with dynamic height using FlexBoxLayoutManager and I came across an issue while invoking the notifyItemRemoved method.
Removing the first item seems fine, but if we try to remove any other item, all the list item disappears.
Normal recycler-view item removal behavior.
3.0.0
https://github.com/suneeshekm/Recyclerview-with-flexboxlayoutmanager
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was trying to implement a horizontal recycler view with dynamic height using FlexBoxLayoutManager and I came across an issue while invoking the notifyItemRemoved method.
Issues and steps to reproduce
Removing the first item seems fine, but if we try to remove any other item, all the list item disappears.
Expected behavior
Normal recycler-view item removal behavior.
Version of the flexbox library
3.0.0
Link to code
https://github.com/suneeshekm/Recyclerview-with-flexboxlayoutmanager
The text was updated successfully, but these errors were encountered: