From 57b88241f92bdf6f63379fc073d26090c9c5de50 Mon Sep 17 00:00:00 2001 From: Roshan Varughese <40583749+Animeboynz@users.noreply.github.com> Date: Thu, 12 Sep 2024 19:35:37 +1200 Subject: [PATCH] inline --- .../tachiyomi/presentation/core/components/WheelPicker.kt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/presentation-core/src/main/java/tachiyomi/presentation/core/components/WheelPicker.kt b/presentation-core/src/main/java/tachiyomi/presentation/core/components/WheelPicker.kt index 6656a752b..6bc1204ea 100644 --- a/presentation-core/src/main/java/tachiyomi/presentation/core/components/WheelPicker.kt +++ b/presentation-core/src/main/java/tachiyomi/presentation/core/components/WheelPicker.kt @@ -166,12 +166,8 @@ private fun WheelPicker( modifier = Modifier .align(Alignment.Center) .showSoftKeyboard(true) - .clearFocusOnSoftKeyboardHide { - processManualInput() - }, - onKeyboardAction = { - processManualInput() - }, + .clearFocusOnSoftKeyboardHide { processManualInput() }, + onKeyboardAction = { processManualInput() }, state = value, lineLimits = TextFieldLineLimits.SingleLine, keyboardOptions = KeyboardOptions(