The Wayback Machine - https://web.archive.org/web/20201111034219/https://github.com/codepath/android_guides/issues/396
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

@Akarsh00 Akarsh00 commented Mar 12, 2020

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
1 participant
You can’t perform that action at this time.