Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c59ee4d82 | ||
|
|
76fa2d11d0 |
@@ -7,7 +7,6 @@ import android.view.KeyEvent
|
||||
import net.mezimmah.wkt9.WKT9IME
|
||||
import net.mezimmah.wkt9.IME
|
||||
import net.mezimmah.wkt9.entity.Word
|
||||
import net.mezimmah.wkt9.inputmode.InputMode
|
||||
import net.mezimmah.wkt9.keypad.Command
|
||||
import net.mezimmah.wkt9.keypad.Key
|
||||
import net.mezimmah.wkt9.keypad.KeyEventStat
|
||||
@@ -15,7 +14,7 @@ import java.util.Locale
|
||||
|
||||
class IdleInputHandler(
|
||||
val ime: IME,
|
||||
private var wkt9: WKT9IME,
|
||||
val wkt9: WKT9IME,
|
||||
) : DefaultInputHandler(ime, wkt9), InputHandler {
|
||||
override fun onFinishComposing() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user