opt
This commit is contained in:
@@ -245,7 +245,7 @@ class MogoPrivateObuManager private constructor() {
|
|||||||
when (status) {
|
when (status) {
|
||||||
// 添加
|
// 添加
|
||||||
ObuConstants.STATUS.ADD,
|
ObuConstants.STATUS.ADD,
|
||||||
ObuConstants.STATUS.UPDATE,// 更新
|
ObuConstants.STATUS.UPDATE// 更新
|
||||||
-> {
|
-> {
|
||||||
if (level == 2 || level == 3) {
|
if (level == 2 || level == 3) {
|
||||||
//显示警告红边
|
//显示警告红边
|
||||||
@@ -384,7 +384,7 @@ class MogoPrivateObuManager private constructor() {
|
|||||||
when (info.status) {
|
when (info.status) {
|
||||||
// 添加
|
// 添加
|
||||||
ObuConstants.STATUS.ADD,
|
ObuConstants.STATUS.ADD,
|
||||||
ObuConstants.STATUS.UPDATE,
|
ObuConstants.STATUS.UPDATE
|
||||||
-> {
|
-> {
|
||||||
if (info.ext_info != null) {
|
if (info.ext_info != null) {
|
||||||
CallerHmiManager.showLimitingVelocity(info.ext_info.speed_limit_max.toInt())
|
CallerHmiManager.showLimitingVelocity(info.ext_info.speed_limit_max.toInt())
|
||||||
@@ -485,7 +485,7 @@ class MogoPrivateObuManager private constructor() {
|
|||||||
when (status) {
|
when (status) {
|
||||||
// 添加
|
// 添加
|
||||||
ObuConstants.STATUS.ADD,
|
ObuConstants.STATUS.ADD,
|
||||||
ObuConstants.STATUS.UPDATE,
|
ObuConstants.STATUS.UPDATE
|
||||||
-> {
|
-> {
|
||||||
changeTrafficLightStatus(appId, lights, indicator)
|
changeTrafficLightStatus(appId, lights, indicator)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user