6.9.0 修复驾驶位视频流开关失效问题
This commit is contained in:
@@ -707,7 +707,7 @@ class OperatePanelLayout : LinearLayout {
|
||||
})
|
||||
}
|
||||
|
||||
if (FunctionBuildConfig.isDriveSeatVideoStream && p?.isEnabled == true) {
|
||||
if (p?.isEnabled == true) {
|
||||
val map = HashMap<String, String>()
|
||||
map["query"] = "1"
|
||||
CallerTelematicManager.sendMsgToAllClients(TelematicConstant.DRIVE_SEAT_VIDEO_STREAM_REQ, toJson(map).toByteArray())
|
||||
|
||||
Reference in New Issue
Block a user