We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14595c6 commit ee4f035Copy full SHA for ee4f035
app/src/main/java/com/osfans/trime/ime/text/TextInputManager.kt
@@ -217,10 +217,7 @@ class TextInputManager(
217
}
218
219
isComposable = isComposable && !rime.run { isEmpty() }
220
- if (!trime.onEvaluateInputViewShown()) {
221
- // Show candidate view when using physical keyboard
222
- trime.setCandidatesViewShown(isComposable)
223
- }
+ trime.updateComposing()
224
225
226
private fun handleRimeNotification(notification: RimeNotification<*>) {
0 commit comments