Merge branch 'vr' into qa_merge_shunyi_vr_map

This commit is contained in:
liujing
2020-12-30 16:24:10 +08:00

View File

@@ -92,10 +92,10 @@ public class V2XScenarioManager implements IV2XScenarioManager {
mV2XScenario = new V2XIllegalParkScenario();
break;
case V2XMessageEntity.V2XTypeEnum.ALERT_EVENT_UGC_WARNING:
if (V2XServiceManager.getMoGoStatusManager().isVrMode() == false) {
mV2XScenario = new V2XEventUgcScenario();
} else {
if (V2XServiceManager.getMoGoStatusManager().isVrMode()) {
mV2XScenario = null;
} else {
mV2XScenario = new V2XEventUgcScenario();
}
break;
case V2XMessageEntity.V2XTypeEnum.ALERT_VOICE_CALL_FOR_LIVECAR_SHOW: