[2.14.0]fix红绿灯OBU标识Bug

This commit is contained in:
xuxinchao
2023-02-17 06:54:29 +08:00
parent edcf37b6fb
commit b19f481b37

View File

@@ -22,7 +22,6 @@ object CallerObuTrafficLightListenerManager {
if (M_OBU_TRAFFIC_LIGHT_LISTENER.containsKey(tag)) {
return
}
listener.onObuTrafficLight(mLight)
M_OBU_TRAFFIC_LIGHT_LISTENER[tag] = listener
}