[6.4.0][启自驾指引] 优化代码逻辑

This commit is contained in:
renwj
2024-04-26 10:53:32 +08:00
parent e724ce9197
commit 00e14a22bd

View File

@@ -125,6 +125,10 @@ object StatusManager {
val d2 = previous[index]
if (d1 != d2) {
changed += d1
} else {
if (d1.isException()) {
changed += d1
}
}
index++
}