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

fix drag / scroll issue #17

Merged
merged 1 commit into from
Mar 2, 2019
Merged

Conversation

DK15
Copy link

@DK15 DK15 commented Mar 1, 2019

This PR fixes this issue.

Basically, user can drag the bottomsheet even when item 0 is listed which means the _drag is not null when user tries to perform drag. Hence, the assert _drag == null line was throwing error. I just removed that line and confirmed that dragging the bottomsheet opens the listview properly without throwing any errors in the console.

@mcrovero
Copy link
Owner

mcrovero commented Mar 2, 2019

Thanks!

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.

Got Assertion Error when scrolling the Upper layer of bottom sheet
2 participants