Doist / RecyclerViewExtensions

RecyclerView made easier.
MIT License
495 stars 42 forks source link

Force item's redraw when selection changes but position stays the same #15

Closed pedrodanielcsantos closed 7 years ago

pedrodanielcsantos commented 7 years ago

This small PR makes sure that when changes happen in an adapter, even though an item stays in the same position, it's redrawn, to force it to be updated if there are new settings.

pedrodanielcsantos commented 7 years ago

As talked privately, I'm closing this PR as it's not applicable anymore.