-
Notifications
You must be signed in to change notification settings - Fork 552
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
FlexibleAdapter.onLoadMoreComplete(list,-1) not work #597
Comments
@steventxc, the idea was that, then some modifications led to miss that part. |
FlexibleAdapter.onLoadMoreComplete(list,-1)
not work
FlexibleAdapter.onLoadMoreComplete(list,-1)
not work
@davideas I wonder how can i pause the endless scroll mechanism, I found when add footer in the |
Please try with 5.0.4-SNAPSHOT and let me know if it works now.
|
@davideas that's fine, i test it in my code, and work fine. thanks for your work! |
above codes from
FlexibleAdapter.onLoadMoreComplete
, and the doc says :when I passed
-1
, it is not work, actually the above method not handle this situation.I want to know, how can i keep the progress item when nothing returned to show some tips, any suggestion? thanks.
The text was updated successfully, but these errors were encountered: