From cf06a618974bdc2350f2cffb9d1cf302322f34ce Mon Sep 17 00:00:00 2001 From: lixiaopeng Date: Thu, 23 Sep 2021 10:49:19 +0800 Subject: [PATCH] opt --- .../eagle/core/function/obu/mogo/MogoPrivateObuManager.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/function-impl/mogo-core-function-obu-mogo/src/main/java/com/mogo/eagle/core/function/obu/mogo/MogoPrivateObuManager.kt b/core/function-impl/mogo-core-function-obu-mogo/src/main/java/com/mogo/eagle/core/function/obu/mogo/MogoPrivateObuManager.kt index 59a6c63d62..171a91350a 100644 --- a/core/function-impl/mogo-core-function-obu-mogo/src/main/java/com/mogo/eagle/core/function/obu/mogo/MogoPrivateObuManager.kt +++ b/core/function-impl/mogo-core-function-obu-mogo/src/main/java/com/mogo/eagle/core/function/obu/mogo/MogoPrivateObuManager.kt @@ -245,7 +245,7 @@ class MogoPrivateObuManager private constructor() { when (status) { // 添加 ObuConstants.STATUS.ADD, - ObuConstants.STATUS.UPDATE,// 更新 + ObuConstants.STATUS.UPDATE// 更新 -> { if (level == 2 || level == 3) { //显示警告红边 @@ -384,7 +384,7 @@ class MogoPrivateObuManager private constructor() { when (info.status) { // 添加 ObuConstants.STATUS.ADD, - ObuConstants.STATUS.UPDATE, + ObuConstants.STATUS.UPDATE -> { if (info.ext_info != null) { CallerHmiManager.showLimitingVelocity(info.ext_info.speed_limit_max.toInt()) @@ -485,7 +485,7 @@ class MogoPrivateObuManager private constructor() { when (status) { // 添加 ObuConstants.STATUS.ADD, - ObuConstants.STATUS.UPDATE, + ObuConstants.STATUS.UPDATE -> { changeTrafficLightStatus(appId, lights, indicator) }