-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
onLoadMoreComplete(null) call from noMoreLoad() cause infinite loop #291
Comments
@KyrychenkoOleksandr, the function |
@davideas Thank you for your responce.
|
|
@davideas
|
For the automatic endless, progressItem and listener must be set with |
@davideas In the demo app the automatic hiding seems to work because the Here is the snippet from the
If endless scrolling is disabled and there is no delay, we do not end up calling |
@eemihauk, removing the else condition should then work also when no items and no delay. |
…and no items loaded or Endless is disabled
According to documentation of onLoadMoreComplete(@nullable List newItems)
If null or empty list is passed in onLoadMoreComplete() the last if clause is executed and noMoreLoad is called again.
v5.0.0-rc1
The text was updated successfully, but these errors were encountered: