[8.2.2][feat]新增B2美化呈现UI开发
This commit is contained in:
@@ -388,10 +388,11 @@ class TeleMsgHandler : IMsgHandler {
|
||||
}
|
||||
|
||||
TelematicConstant.CONTROL_B2_PRETTIFY_SWITCH -> {
|
||||
CallerTelematicListenerManager.invokeReceivedMsg(
|
||||
TelematicConstant.CONTROL_B2_PRETTIFY_SWITCH,
|
||||
it.body
|
||||
)
|
||||
val value = when (String(it.body)) {
|
||||
"1" -> true
|
||||
else -> false
|
||||
}
|
||||
CallerTelematicListenerManager.dispatchB2DemoMode(value)
|
||||
}
|
||||
|
||||
TelematicConstant.SHOW_TRAFFIC_LIGHT -> {
|
||||
|
||||
Reference in New Issue
Block a user