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

Refresh and loadmore #2

Closed
AttemptD opened this issue May 20, 2020 · 2 comments
Closed

Refresh and loadmore #2

AttemptD opened this issue May 20, 2020 · 2 comments

Comments

@AttemptD
Copy link

@wxxsw When I refresh, the method of loading more will also run at the same time. When I enter the page for the first time, I have to refresh once to perform loading more, otherwise my loading more can only be performed once. nomore is set to false

@wxxsw
Copy link
Owner

wxxsw commented May 20, 2020

Yes, this is currently a bug, but due to the limitation of List, I can't solve it for now, but it can be avoided like this:

if items.count > 0 {
    RefreshFooter...
}

@AttemptD
Copy link
Author

Thanks @wxxsw

@wxxsw wxxsw closed this as completed Aug 25, 2021
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

2 participants