Skip to content

Commit

Permalink
Update WheelPicker.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Animeboynz authored Sep 9, 2024
1 parent 0da0e18 commit 023a316
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,7 @@ private fun <T> WheelPicker(
.clearFocusOnSoftKeyboardHide {
processManualInput()
},
onKeyboardAction = {
processManualInput()
},
onKeyboardAction = processManualInput,
state = value,
lineLimits = TextFieldLineLimits.SingleLine,
keyboardOptions = KeyboardOptions(
Expand Down

0 comments on commit 023a316

Please sign in to comment.