Skip to content

Commit

Permalink
fix: keyboard hides once click input box when the candidates window i…
Browse files Browse the repository at this point in the history
…s always shown
  • Loading branch information
WhiredPlanck committed Jan 27, 2025
1 parent 0d45c41 commit 6f4448c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class InputDeviceManager {
PopupCandidatesMode.SYSTEM_DEFAULT -> service.superEvaluateInputViewShown()
PopupCandidatesMode.INPUT_DEVICE ->
toolType == MotionEvent.TOOL_TYPE_FINGER || toolType == MotionEvent.TOOL_TYPE_STYLUS
PopupCandidatesMode.ALWAYS_SHOW -> false
PopupCandidatesMode.ALWAYS_SHOW -> true
PopupCandidatesMode.DISABLED -> true
}
applyMode(service, useVirtualKeyboard)
Expand Down

0 comments on commit 6f4448c

Please sign in to comment.