[6.3.0][Opt]新增天气效果数据同步的日志
This commit is contained in:
@@ -218,6 +218,7 @@ class TeleMsgHandler : IMsgHandler {
|
||||
}
|
||||
|
||||
TelematicConstant.WEATHER_SWITCH_STATUS -> {
|
||||
invokeNettyConnResult("接收到司机屏发过来的天气效果开关数据为:${it.body}")
|
||||
ThreadUtils.runOnUiThread {
|
||||
CallerMapUIServiceManager.getMapUIController()?.setWeatherEnable(String(it.body) == "1")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user