Skip to content

Commit

Permalink
Add missing to check isDragging for the material package
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Sep 1, 2024
1 parent d7f7e47 commit a7e7981
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ public fun FlexibleBottomSheet(
orientation = Orientation.Vertical,
screenHeight = screenHeightSize.value,
onFling = settleToDismiss,
onDragging = {
isDragging = it
},
)
} else {
emptySwipeWithinBottomSheetBoundsNestedScrollConnection()
Expand Down

0 comments on commit a7e7981

Please # to comment.