[6.2.4] chain lig

This commit is contained in:
zhongchao
2023-12-07 18:16:41 +08:00
parent 2643dc2332
commit b5ef892630

View File

@@ -38,7 +38,7 @@ object CallerAutoPilotStatusListenerManager : CallerBase<IMoGoAutopilotStatusLis
private var autopilotState: Int by Delegates.observable(0) { _, oldValue, newValue ->
if (oldValue != newValue) {
CallerTrace.write("AutoPilotStatus", mapOf("state" to newValue))
CallerTrace.write("AutoPilotStatus", mapOf("AutoPilotStatus" to newValue))
M_LISTENERS.forEach {
val listener = it.value
listener.onAutopilotStatusResponse(newValue)