Skip to content

Commit ee4f035

Browse files
committed
fix: Candidate ascii_mode state mismatch
1 parent 14595c6 commit ee4f035

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/src/main/java/com/osfans/trime/ime/text/TextInputManager.kt

+1-4
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,7 @@ class TextInputManager(
217217
}
218218
}
219219
isComposable = isComposable && !rime.run { isEmpty() }
220-
if (!trime.onEvaluateInputViewShown()) {
221-
// Show candidate view when using physical keyboard
222-
trime.setCandidatesViewShown(isComposable)
223-
}
220+
trime.updateComposing()
224221
}
225222

226223
private fun handleRimeNotification(notification: RimeNotification<*>) {

0 commit comments

Comments
 (0)