I ran into a problem where I had a simple ListView
in a BottomSheet
and ListView
had enough items to fill the screen and scroll even m
Starting from version 22.1.0, you might want to try setNestedScrollingEnabled=true
If this property is set to true the view will be permitted to initiate nested scrolling operations with a compatible parent view in the current hierarchy. If this view does not implement nested scrolling this will have no effect. Disabling nested scrolling while a nested scroll is in progress has the effect of stopping the nested scroll.
Reference to Google API