[6.5.0][道路事件] 道路事件更新时间

This commit is contained in:
renwj
2024-07-19 17:12:51 +08:00
parent a5755fa321
commit e1f772633b

View File

@@ -198,7 +198,7 @@ internal object V2NIdentifyDrawer: IEventDismissListener {
val ss = sb.toString()
val content = ss.substring(0, ss.indexOf("@@"))
val tts = ss.replace("@@", "")
CallerRoadV2NEventWindowListenerManager.showLiveVideo(id, System.currentTimeMillis(), EventTypeEnumNew.getUpdateIconRes(poiType), content, isDriver, tts, itx.cameraIp, itx.longitude, itx.latitude)
CallerRoadV2NEventWindowListenerManager.showLiveVideo(id, itx.detectStartTime.takeIf { it > 0 } ?: System.currentTimeMillis(), EventTypeEnumNew.getUpdateIconRes(poiType), content, isDriver, tts, itx.cameraIp, itx.longitude, itx.latitude)
}
}
//消息埋点