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

Duplicate page issue if we insert native ad in List #396

Open
Akarsh00 opened this issue Mar 12, 2020 · 0 comments
Open

Duplicate page issue if we insert native ad in List #396

Akarsh00 opened this issue Mar 12, 2020 · 0 comments

Comments

@Akarsh00
Copy link

This condition will be failed.

// If it’s still loading, we check to see if the dataset count has
// changed, if so we conclude it has finished loading and update the current page
// number and total item count.
if (loading && (totalItemCount > previousTotalItemCount)) {
loading = false;
previousTotalItemCount = totalItemCount;
}

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

1 participant