[3.4.0][魔方] 按键A由-1变成-1.2

This commit is contained in:
renwj
2023-07-26 14:35:09 +08:00
parent 5bd7c8a7ab
commit 6af1aca661

View File

@@ -192,7 +192,7 @@ internal class MoFangCommandExecutor {
handler.removeMessages(MSG_WHAT_KEY_CODE_AL)
handler.sendMessage(Message.obtain().also {
it.what = MSG_WHAT_KEY_CODE_A
it.obj = -1.0
it.obj = -1.2
})
linkedLog?.record(mapOf("发送[A]:${System.currentTimeMillis()}" to "${whatToString(MSG_WHAT_KEY_CODE_A)}"))
}