Skip to content

Commit

Permalink
refactor: make Keyboard as KeyboardView a primary constructor's param…
Browse files Browse the repository at this point in the history
…eters
  • Loading branch information
WhiredPlanck committed Nov 28, 2024
1 parent d9e06bd commit 5d50c06
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 160 deletions.
1 change: 0 additions & 1 deletion app/src/main/java/com/osfans/trime/ime/core/InputView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ class InputView(

fun finishInput() {
showingDialog?.dismiss()
keyboardWindow.mainKeyboardView.finishInput()
}

override fun onDetachedFromWindow() {
Expand Down
Loading

0 comments on commit 5d50c06

Please sign in to comment.