Compare commits
No commits in common. "6c59ee4d82fc89a771207c9bcb96c526b23172c7" and "ea361c15866882ad357a84e500fddb0dd9ee63ca" have entirely different histories.
6c59ee4d82
...
ea361c1586
@ -7,6 +7,7 @@ import android.view.KeyEvent
|
|||||||
import net.mezimmah.wkt9.WKT9IME
|
import net.mezimmah.wkt9.WKT9IME
|
||||||
import net.mezimmah.wkt9.IME
|
import net.mezimmah.wkt9.IME
|
||||||
import net.mezimmah.wkt9.entity.Word
|
import net.mezimmah.wkt9.entity.Word
|
||||||
|
import net.mezimmah.wkt9.inputmode.InputMode
|
||||||
import net.mezimmah.wkt9.keypad.Command
|
import net.mezimmah.wkt9.keypad.Command
|
||||||
import net.mezimmah.wkt9.keypad.Key
|
import net.mezimmah.wkt9.keypad.Key
|
||||||
import net.mezimmah.wkt9.keypad.KeyEventStat
|
import net.mezimmah.wkt9.keypad.KeyEventStat
|
||||||
@ -14,7 +15,7 @@ import java.util.Locale
|
|||||||
|
|
||||||
class IdleInputHandler(
|
class IdleInputHandler(
|
||||||
val ime: IME,
|
val ime: IME,
|
||||||
val wkt9: WKT9IME,
|
private var wkt9: WKT9IME,
|
||||||
) : DefaultInputHandler(ime, wkt9), InputHandler {
|
) : DefaultInputHandler(ime, wkt9), InputHandler {
|
||||||
override fun onFinishComposing() {}
|
override fun onFinishComposing() {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user