Skip to content

Commit

Permalink
refactor: Kotlinify Trime.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nopdan authored and Bambooin committed Jan 30, 2024
1 parent 868df46 commit 8494e6e
Show file tree
Hide file tree
Showing 4 changed files with 1,286 additions and 1,263 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class EditorInstance(private val ims: InputMethodService) {
}
}
val textInputManager: TextInputManager
get() = (ims as Trime).textInputManager
get() = (ims as Trime).textInputManager ?: error("TextInputManager is null")

var lastCommittedText: CharSequence = ""

Expand Down
Loading

0 comments on commit 8494e6e

Please sign in to comment.