Skip to content

Commit

Permalink
Merge pull request #54 from skydoves/material/dragging
Browse files Browse the repository at this point in the history
Add missing to check isDragging for the material package
  • Loading branch information
skydoves authored Sep 1, 2024
2 parents d7f7e47 + a7e7981 commit 2b6029f
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 2b6029f

Please # to comment.