Skip to content

Commit b3ab8ab

Browse files
340dt7zwBambooin
340dt7zw
authored andcommitted
fix: flicking screen when changing keyboard
1 parent e1f1907 commit b3ab8ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/com/osfans/trime/ime/keyboard/KeyboardView.java

-1
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,6 @@ public void setKeyboard(Keyboard keyboard) {
621621
List<Key> keys = mKeyboard.getKeys();
622622
mKeys = keys.toArray(new Key[keys.size()]);
623623
setKeyboardBackground();
624-
requestLayout();
625624
// Hint to reallocate the buffer if the size changed
626625
mKeyboardChanged = true;
627626
invalidateAllKeys();

0 commit comments

Comments
 (0)