[2.13.2]V2X新增事件代码提交

This commit is contained in:
renwj
2023-01-12 13:46:54 +08:00
parent 7c8bcd1e09
commit 026cd5e62e
22 changed files with 383 additions and 350 deletions

View File

@@ -310,9 +310,12 @@ object CallerVisualAngleManager {
return@launch
}
}
if (prev.priority == current.priority) {
Log.d("${M_DEVA}${TAG}", "--- 9 --- 场景[$prev]正在展示尚未收到关闭优先级一致直接return")
return@launch
}
if (prev.priority > current.priority && prev.displayThreshold < 0) {
Log.d("${M_DEVA}${TAG}", "--- 6 --- 场景[$prev]正在展示尚未收到关闭场景依然展示当前场景直接return")
Log.d("${M_DEVA}${TAG}", "--- 10 --- 场景[$prev]正在展示尚未收到关闭场景依然展示当前场景直接return")
return@launch
}
doRealVisualAngleChange(triggerTime, current, displayed)