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

Changed position to position + 1 to fix logic #16

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

javipelopi
Copy link

Due to lists starting in position 0 instead of 1, the 0th and 1st element loaded at the same time, with this subtle change everything loads as expected.

The only issue is that the 1st item will load at duration + delay instead of just duration.

@javipelopi
Copy link
Author

Added resetdelay to avoid listview.builder and gridview.builder from tending to infinity.

Issue related #10

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.

None yet

1 participant