Skip to content

Commit

Permalink
fix backfround
Browse files Browse the repository at this point in the history
  • Loading branch information
tumuyan committed Sep 6, 2021
1 parent 3c78028 commit 3362172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/osfans/trime/ime/core/Trime.java
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ public void resetCandidate() {
private void reset() {
mConfig.reset();
loadConfig();
mConfig.initCurrentColors();
if (mKeyboardSwitch != null) mKeyboardSwitch.reset(this);
resetCandidate();
hideComposition();
Expand All @@ -514,7 +515,6 @@ private void reset() {

public void initKeyboard() {
reset();
mConfig.initCurrentColors();
setNavBarColor();
mNeedUpdateRimeOption = true; // 不能在Rime.onMessage中調用set_option,會卡死
bindKeyboardToInputView();
Expand Down

0 comments on commit 3362172

Please sign in to comment.