google / flexbox-layout

Flexbox for Android
Apache License 2.0
18.22k stars 1.79k forks source link

Recyclerview notifyItemRemoved not working when using FlexBoxLayoutManager #601

Open suneeshekm opened 2 years ago

suneeshekm commented 2 years ago

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