Closed rubensousa closed 1 year ago
This is happening because all ItemDecorations are depending on the adapter position, which will be set to RecyclerView.NO_POSITION when items are removed.
RecyclerView.NO_POSITION
We should instead use the layout position
Fixed in 2.1.0
This is happening because all ItemDecorations are depending on the adapter position, which will be set to
RecyclerView.NO_POSITION
when items are removed.We should instead use the layout position