idanatz / OneAdapter

A Viewholderless Adapter for RecyclerView, who supports builtin diffing, states (paging, empty...), events (clicking, swiping...), and more.
MIT License
470 stars 45 forks source link

Selection items selected other items #31

Closed ghost closed 3 years ago

ghost commented 3 years ago

If i select an item in the recyclerview another gets highlight at the same time when scrolling. I tried the sample project and have the same result. Like this:

https://gph.is/g/EG7LJbl

idanatz commented 3 years ago

Thanks for the report! Was introduced in the last version 😞 I've added a test to verify the bug and fixed it. Will be available in the next version that will be released today/tomorrow

idanatz commented 3 years ago

v2.0.1 is out with the fix