Merge branch 'dev_arch_opt_3.0' into 'dev_robobus-m1-p-app-module_1.0.0_230112_1.0.0'

Dev arch opt 3.0

See merge request zhjt/AndroidApp/MoGoEagleEye!521
This commit is contained in:
wangmingjun
2023-02-15 06:12:56 +00:00
11 changed files with 349 additions and 5 deletions

View File

@@ -45,6 +45,13 @@ object CallerTrafficLightListenerManager : CallerBase<IMoGoTrafficLightListener>
}
}
fun invokeTrafficLightDisapper() {
M_LISTENERS.forEach {
val listener = it.value
listener.onObuTrafficLightDisapper()
}
}
/**
* 重置红绿灯状态并隐藏
*/