[6.3.0][Opt]taxi乘客屏默认开启天气效果
This commit is contained in:
@@ -763,10 +763,8 @@ internal class SOPSettingView @JvmOverloads constructor(
|
||||
}
|
||||
it.layoutParams = params
|
||||
it.setOnCheckedChangeListener { _, isChecked ->
|
||||
CallerMapUIServiceManager.getMapUIController()?.setWeatherEnable(isChecked)
|
||||
CallerTelematicManager.sendMsgToAllClients(TelematicConstant.WEATHER_SWITCH_STATUS, (if (isChecked) "1" else "0").toByteArray())
|
||||
}
|
||||
CallerMapUIServiceManager.getMapUIController()?.setWeatherEnable(true)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user