fix build

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow
2023-08-10 03:01:46 +08:00
parent 9476d7fdbb
commit e89ae475f6
3 changed files with 9 additions and 8 deletions

View File

@@ -81,7 +81,7 @@ class MainService : Service() {
Log.d(logTag,"Turn on Screen")
wakeLock.acquire(5000)
} else {
when (name) {
when (kind) {
"touch" -> {
InputService.ctx?.onTouchInput(mask, x, y)
}