Dilip Sharma
02/15/2025, 7:19 AMArne Jans
02/18/2025, 2:38 PMModalBottomSheet
with the param-value set to default sheetGesturesEnabled = true
(by not using it in your call), which activates closing the ModelBottomSheet
by hitting the top of the LazyColumn
, continuing the swipe, which then closes the ModalBottomSheet
?
If so, try to set that parameter to false
.
Also, remember to test the app in the release
-buildtype to get representative Jetpack-Compose-performance, since the debuggable version has a visible effect on scroll performance due to inspectability provided for tools like Layout Inspector.
If that does not fix the unsmoothiness, check for unnecessary recompositions with the Layout Inspector during scrolling.Dilip Sharma
02/20/2025, 5:49 AMsheetGesturesEnabled
I cant find in kmp.