Skip to content

Commit

Permalink
fix(text): show OpenCC comment correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
iovxw authored and Bambooin committed Dec 8, 2021
1 parent 13a9e8c commit ad6240c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -164,6 +164,7 @@ public void updateDrawState(TextPaint ds) {
public Composition(Context context, AttributeSet attrs) {
super(context, attrs);
textInputManager = TextInputManager.Companion.getInstance();
setShowComment(!Rime.getOption("_hide_comment"));
reset(context);
}

Expand Down

0 comments on commit ad6240c

Please sign in to comment.