Skip to content

Commit

Permalink
Init the colors config before load candidate background
Browse files Browse the repository at this point in the history
  • Loading branch information
iovxw committed Oct 18, 2021
1 parent cd19c26 commit 288573b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/com/osfans/trime/ime/core/Trime.java
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,8 @@ public View onCreateInputView() {

liquidKeyboard.setView(inputRootBinding.symbol.liquidKeyboardView);
tabView = inputRootBinding.symbol.tabView.tab;

getImeConfig().initCurrentColors();
loadBackground();

return inputRootBinding.inputRoot;
Expand Down

0 comments on commit 288573b

Please sign in to comment.