We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi , I have screen has two tabs each tab has some paginated data from api , so I'm going to use same pagingController with two tabs
but when I switch from tap to other I call pagingController.refresh() but I see the data is duplicated and fetchPage is called twice .
so how I could handle this scenario
The text was updated successfully, but these errors were encountered:
i would like to test something on your project, what is your repo name if its public
Sorry, something went wrong.
Duplicate of #148
No branches or pull requests
Hi ,
I have screen has two tabs each tab has some paginated data from api , so I'm going to use same pagingController with two tabs
but when I switch from tap to other I call pagingController.refresh()
but I see the data is duplicated and fetchPage is called twice .
so how I could handle this scenario
The text was updated successfully, but these errors were encountered: