[singapore]
[前后屏展示]
This commit is contained in:
yangyakun
2026-04-14 18:13:05 +08:00
parent 51233c5919
commit 5699271a9d
20 changed files with 346 additions and 52 deletions

View File

@@ -120,7 +120,7 @@ public class V2XRoadEventScenario extends AbsV2XScenario<V2XRoadEventEntity> imp
long oldTime = SharedPrefsMgr.getInstance().getLong("roadwork", 0);
if (currentTime - oldTime > 60) { //超过一分钟,才会继续播报重复提醒
SharedPrefsMgr.getInstance().putLong("roadwork", System.currentTimeMillis() / 1000);
CallerAutoPilotControlManager.sendTripInfo(5, "", "", "", false);
CallerAutoPilotControlManager.sendTripInfo(5, "", "", "", false,"");
}
}