Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi select in recyclerview #40

Open
Azinnilchi opened this issue Oct 23, 2018 · 2 comments
Open

multi select in recyclerview #40

Azinnilchi opened this issue Oct 23, 2018 · 2 comments

Comments

@Azinnilchi
Copy link

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
Copy link
Contributor

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
Copy link

spever commented Oct 29, 2018

recyclerView.setMotionEventSplittingEnabled(false);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants