Skip to content

Commit 6d73bad

Browse files
committed
fix: bind keyboard immediately so height won't jump up and down
1 parent 344357a commit 6d73bad

File tree

1 file changed

+1
-0
lines changed
  • app/src/main/java/com/osfans/trime/ime/core

1 file changed

+1
-0
lines changed

app/src/main/java/com/osfans/trime/ime/core/Trime.java

+1
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,7 @@ public View onCreateInputView() {
773773
loadBackground();
774774

775775
KeyboardSwitcher.newOrReset();
776+
bindKeyboardToInputView();
776777

777778
setInputView(inputRootBinding.inputRoot);
778779
Timber.d("onCreateInputView - really ended");

0 commit comments

Comments
 (0)