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