Skip to content

Commit

Permalink
fix: fix composition window disappear
Browse files Browse the repository at this point in the history
  • Loading branch information
shitlime authored and WhiredPlanck committed Mar 4, 2024
1 parent 13005b0 commit 9134208
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ open class TrimeInputMethodService : LifecycleInputMethodService() {
composition.compositionView.changeToLiquidKeyboardToolbar()
showCompositionView(false)
} else {
composition.root.visibility = View.VISIBLE
composition.compositionView.visibility = View.VISIBLE
startNum = composition.compositionView.setWindowContent()
mCandidate!!.setText(startNum)
// if isCursorUpdated, showCompositionView will be called in onUpdateCursorAnchorInfo
Expand Down

0 comments on commit 9134208

Please sign in to comment.