[6.4.0][启自驾指引] 优化代码逻辑
This commit is contained in:
@@ -125,6 +125,10 @@ object StatusManager {
|
||||
val d2 = previous[index]
|
||||
if (d1 != d2) {
|
||||
changed += d1
|
||||
} else {
|
||||
if (d1.isException()) {
|
||||
changed += d1
|
||||
}
|
||||
}
|
||||
index++
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user