Alex Bieliaiev
06/10/2021, 9:58 AMnestedScroll
thing. So I have a ModalBottomSheetLayout
and a vertically scrollable column within that bottom sheet. ModalBottomSheetLayout
participates in the nested scrolling (please see PreUpPostDownNestedScrollConnection
). As far, as I understand the logic, ModalBottomSheetLayout
consumes entire scroll delta through the onPreScroll
, so the actual scroll target (the child column) doesn't receive any delta at all. This results into the bottom sheet being dragged vertically instead of the column being scrolled. Any suggestions?Albert Chang
06/10/2021, 10:01 AMAlex Bieliaiev
06/10/2021, 10:03 AMAlbert Chang
06/10/2021, 10:04 AMThis results into the bottom sheet being dragged vertically instead of the column being scrolled.If you mean before the bottom sheet is fully expanded, then this is the intended behavior.
Alex Bieliaiev
06/10/2021, 10:05 AMAlbert Chang
06/10/2021, 10:19 AMAlex Bieliaiev
06/10/2021, 10:45 AM