You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you open the bottom sheet with a quick fling to make it full size, the CustomScrollView is ignored for the first few drags. It only works after about 500ms after that it accepts the drags and the UpperLayer scrolls normally.
The physics in the CustomScrollView is NeverScrollablePhysics.
Is there a solution for this?
The text was updated successfully, but these errors were encountered:
If you open the bottom sheet with a quick fling to make it full size, the CustomScrollView is ignored for the first few drags. It only works after about 500ms after that it accepts the drags and the UpperLayer scrolls normally.
The physics in the CustomScrollView is NeverScrollablePhysics.
Is there a solution for this?
The text was updated successfully, but these errors were encountered: