anzaizai/EasySwipeMenuLayout

multi select in recyclerview

Opened this issue · 2 comments

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?!

hello,I internally use a static variable to control, you can do thread-safe control of static variables, you should be able to solve

recyclerView.setMotionEventSplittingEnabled(false);