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

Multiple Selection Cancellation Issue When Item Is Not Visible #52

Open emreesen27 opened 7 months ago

emreesen27 commented 7 months ago

First of all, thank you very much for this great library. If you start making multiple selections and then want to cancel the selection when the selected item is not visible, the invisible items remain selected. To understand whether it is my mistake, I tried it in the sample application, and I see the same issue here as well.

I am adding a video for better understanding. https://github.com/ironSource/OneAdapter/assets/45034416/e4905816-59eb-4bc0-8652-6a51dd7c4316

Thank you