multi select in recyclerview
Opened this issue · 2 comments
Azinnilchi commented
hi, I've implement your library, but there is one problem! when you swipe multi cells, all of them will swipe!!!! but the right way is to swipe onle one cell at the time! how can I fix this issue?!
lucklygaj commented
hello,I internally use a static variable to control, you can do thread-safe control of static variables, you should be able to solve
spever commented
recyclerView.setMotionEventSplittingEnabled(false);