Skip to content

Commit

Permalink
Update WheelPicker.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
AntsyLich authored Sep 14, 2024
1 parent 57b8824 commit 5e6018f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ private fun <T> WheelPicker(
modifier = Modifier
.align(Alignment.Center)
.showSoftKeyboard(true)
.clearFocusOnSoftKeyboardHide { processManualInput() },
.clearFocusOnSoftKeyboardHide(processManualInput),
onKeyboardAction = { processManualInput() },
state = value,
lineLimits = TextFieldLineLimits.SingleLine,
Expand Down

0 comments on commit 5e6018f

Please sign in to comment.