We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e27a5 commit 56f1e21Copy full SHA for 56f1e21
1 file changed
app/src/main/java/com/osfans/trime/ime/keyboard/KeyboardView.java
@@ -621,6 +621,7 @@ public void setKeyboard(Keyboard keyboard) {
621
List<Key> keys = mKeyboard.getKeys();
622
mKeys = keys.toArray(new Key[keys.size()]);
623
setKeyboardBackground();
624
+ requestLayout();
625
// Hint to reallocate the buffer if the size changed
626
mKeyboardChanged = true;
627
invalidateAllKeys();
0 commit comments