-
Notifications
You must be signed in to change notification settings - Fork 225
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
Recyclerview goes to the bottom automatically and triggers onLoadMore infinitely #43
Comments
Have you managed to fix the problem? |
From your description, I cannot reproduce this issue. Can you describe a bit more or better yet provide a short example demonstrating this issue? Answering the following would also help:
|
I am also facing same issue
|
I am also facing same problem. any solution? |
this issue occur due to parent scrolling view like scrollview, Nestedscrollview etc |
I don't know whats going on. I use this library with Paging library (without BoundaryCallback), when the first page is loaded, the recyclerview scrolls to the bottom and continues loading data until it loads all the items in the server.
The text was updated successfully, but these errors were encountered: