Get initial sentence position state

This commit is contained in:
zb
2023-12-04 05:19:38 -05:00
parent 3b0ce64b09
commit 0ec4f4b262
5 changed files with 24 additions and 13 deletions

View File

@@ -31,7 +31,6 @@ interface IME {
fun onDeleteText(beforeCursor: Int = 0, afterCursor: Int = 0, finishComposing: Boolean = false)
fun onGetTextBeforeCursor(n: Int): CharSequence?
fun onSwitchInputHandler(inputMode: InputMode)