-
Notifications
You must be signed in to change notification settings - Fork 312
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
Is it possible to prevent activity to finish while scroll up in recyclerview? #31
Comments
Add |
OK, thanks for your comments. |
it not working , |
I solved by adding a scroll listener.
I don't know if this is the best solution. But it works :) |
Hello
I am using swipe back activity in one of my project activity. My activity layout contains recyclerview and other components as well. So the problem is when I scroll up my recyclerview items then activity get finished.
So is there any way to prevent activity to finish while recyclerview is visible ?
The text was updated successfully, but these errors were encountered: