[6.5.0][道路事件] 修正更新时间问题
This commit is contained in:
@@ -184,7 +184,7 @@ internal object V2NIdentifyDrawer: IEventDismissListener {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
val alert = sb.toString()
|
val alert = sb.toString()
|
||||||
CallerRoadV2NEventWindowListenerManager.showLiveVideo("${itx.longitude}-${itx.latitude}", itx.detectStartTime, EventTypeEnumNew.getUpdateIconRes(poiType), alert, isDriver, alert, itx.cameraIp, itx.longitude, itx.latitude)
|
CallerRoadV2NEventWindowListenerManager.showLiveVideo("${itx.longitude}-${itx.latitude}", System.currentTimeMillis(), EventTypeEnumNew.getUpdateIconRes(poiType), alert, isDriver, alert, itx.cameraIp, itx.longitude, itx.latitude)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//消息埋点
|
//消息埋点
|
||||||
|
|||||||
Reference in New Issue
Block a user