[6.2.4] chain lig
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user