fixed carsh
This commit is contained in:
@@ -210,7 +210,7 @@ class ObuRecognizedResultDrawer() {
|
||||
)
|
||||
|
||||
// 判断车辆V2X预警级别,调整车辆颜色
|
||||
if (!cvxRvInfoIndInfo.threat_infos.isNullOrEmpty()) {
|
||||
if (!cvxRvInfoIndInfo.threat_infos.isNullOrEmpty() && options != null) {
|
||||
// 修改颜色
|
||||
when (cvxRvInfoIndInfo.threat_infos.first().threat_level) {
|
||||
1 -> {
|
||||
|
||||
Reference in New Issue
Block a user