Skip to content

Commit 5d50c06

Browse files
committed
refactor: make Keyboard as KeyboardView a primary constructor's parameters
1 parent d9e06bd commit 5d50c06

File tree

3 files changed

+115
-160
lines changed

3 files changed

+115
-160
lines changed

app/src/main/java/com/osfans/trime/ime/core/InputView.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ class InputView(
399399

400400
fun finishInput() {
401401
showingDialog?.dismiss()
402-
keyboardWindow.mainKeyboardView.finishInput()
403402
}
404403

405404
override fun onDetachedFromWindow() {

0 commit comments

Comments
 (0)