[2.13.0][Update]解决道路施工不在消息盒子中不显示文案且不TTS的问题

This commit is contained in:
chenfufeng
2022-12-09 15:42:04 +08:00
parent c78405a0f3
commit e00ab54382
2 changed files with 32 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ public class V2XRoadEventScenario extends AbsV2XScenario<V2XRoadEventEntity> imp
boolean onlyShow = getV2XMessageEntity().isOnlyShow();
if (!onlyShow) {
// 设置TTS
getV2XMessageEntity().getContent().getTts();
getV2XMessageEntity().getContent().getTts(false);
}
showWindow();
String poiType = getV2XMessageEntity().getContent().getPoiType();