wait to finish
This commit is contained in:
@@ -167,11 +167,11 @@ object CallerAutoPilotStatusListenerManager : CallerBase() {
|
||||
*/
|
||||
@Synchronized
|
||||
fun invokeAutopilotGuardian(guardianInfo: MogoReportMsg.MogoReportMessage?) {
|
||||
M_AUTOPILOT_STATUS_LISTENERS.forEach {
|
||||
val listener = it.value
|
||||
autoPilotMessageCode = guardianInfo?.code ?: ""
|
||||
listener.onAutopilotGuardian(guardianInfo)
|
||||
}
|
||||
// M_AUTOPILOT_STATUS_LISTENERS.forEach {
|
||||
// val listener = it.value
|
||||
// autoPilotMessageCode = guardianInfo?.code ?: ""
|
||||
// listener.onAutopilotGuardian(guardianInfo)
|
||||
// }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user