From 023a316e375d116aa618f270a3ae3c25a4a0fbc4 Mon Sep 17 00:00:00 2001 From: Roshan Varughese <40583749+Animeboynz@users.noreply.github.com> Date: Tue, 10 Sep 2024 06:18:22 +1200 Subject: [PATCH] Update WheelPicker.kt --- .../tachiyomi/presentation/core/components/WheelPicker.kt | 4 +--- 1 file changed, 1 insertion(+), 3 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 6656a752ba..6ee6f40e2e 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 @@ -169,9 +169,7 @@ private fun WheelPicker( .clearFocusOnSoftKeyboardHide { processManualInput() }, - onKeyboardAction = { - processManualInput() - }, + onKeyboardAction = processManualInput, state = value, lineLimits = TextFieldLineLimits.SingleLine, keyboardOptions = KeyboardOptions(