Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Aug 12, 2024
1 parent 8bf5a8b commit 011d787
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/commonMain/kotlin/ModalBottomSheet.kt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ public fun ModalBottomSheet(
) {
val scope = remember { ModalBottomSheetScope(state, properties, state.bottomSheetState) }
scope.visibleState.targetState = state.currentDetent != SheetDetent.Hidden
println("> scope.visibleState.targetState = ${scope.visibleState.targetState}")

if (scope.visibleState.currentState || scope.visibleState.targetState || scope.visibleState.isIdle.not()) {
Modal(protectNavBars = true) {
Expand Down

0 comments on commit 011d787

Please sign in to comment.