dimsuz
02/17/2022, 2:59 PMLazyColumn is inside a android-view-based BottomSheetBehavior + CoordinatorLayout. The thing is that when LazyColumn is scrolled (scollOffset != 0) and then I release and drag down then whole bottom sheet is scrolled down. Expected behavior is that LazyColumn scrolled to the zero offset and only then bottomsheet goes down.
Is this possible to achieve in this mix?Andrey Kulikov
02/17/2022, 3:05 PMdimsuz
02/17/2022, 3:14 PM