mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-23 15:34:09 +01:00
inline
This commit is contained in:
parent
f94183142f
commit
57b88241f9
@ -166,12 +166,8 @@ private fun <T> WheelPicker(
|
||||
modifier = Modifier
|
||||
.align(Alignment.Center)
|
||||
.showSoftKeyboard(true)
|
||||
.clearFocusOnSoftKeyboardHide {
|
||||
processManualInput()
|
||||
},
|
||||
onKeyboardAction = {
|
||||
processManualInput()
|
||||
},
|
||||
.clearFocusOnSoftKeyboardHide { processManualInput() },
|
||||
onKeyboardAction = { processManualInput() },
|
||||
state = value,
|
||||
lineLimits = TextFieldLineLimits.SingleLine,
|
||||
keyboardOptions = KeyboardOptions(
|
||||
|
Loading…
x
Reference in New Issue
Block a user