rubensousa / Decorator

Decorator is an Android library that helps creating composable margins and dividers in RecyclerViews
Apache License 2.0
536 stars 38 forks source link

Item decorations are not applied to items being removed from the adapter #28

Closed rubensousa closed 1 year ago

rubensousa commented 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.

We should instead use the layout position

rubensousa commented 1 year ago

Fixed in 2.1.0