6.9.0 修复驾驶位视频流开关失效问题

This commit is contained in:
lianglihui
2025-01-10 16:58:34 +08:00
parent 3a9824f8b0
commit 8df874e5cd

View File

@@ -707,11 +707,12 @@ class OperatePanelLayout : LinearLayout {
})
}
if (p?.isEnabled == true) {
val map = HashMap<String, String>()
map["query"] = "1"
CallerTelematicManager.sendMsgToAllClients(TelematicConstant.DRIVE_SEAT_VIDEO_STREAM_REQ, toJson(map).toByteArray())
}
// if (p?.isEnabled == true) {
//
// }
val map = HashMap<String, String>()
map["query"] = "1"
CallerTelematicManager.sendMsgToAllClients(TelematicConstant.DRIVE_SEAT_VIDEO_STREAM_REQ, toJson(map).toByteArray())
}
}