Skip to content
New issue

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

Recyclerview notifyItemRemoved not working when using FlexBoxLayoutManager #601

Open
1 task done
suneeshekm opened this issue Jan 28, 2022 · 0 comments
Open
1 task done

Comments

@suneeshekm
Copy link

suneeshekm commented Jan 28, 2022

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.

ezgif com-gif-maker

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant