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

Plv render after first draw #688

Merged
merged 2 commits into from
Mar 8, 2022
Merged

Conversation

naqvitalha
Copy link
Collaborator

Based on content progressive list view sometimes starts rendering before first set of items finish their draw. This is because it just relies on requestAnimationFrame and doesn't actually wait for items to draw. This PR waits for itemLayout to happen before rendering next set of items.

@naqvitalha naqvitalha merged commit 33bc8f5 into master Mar 8, 2022
@naqvitalha naqvitalha deleted the plv_render_after_first_draw branch March 8, 2022 20:53
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

Successfully merging this pull request may close these issues.

1 participant