From 8df874e5cdefa056218e879bf24e91f959d44765 Mon Sep 17 00:00:00 2001 From: lianglihui Date: Fri, 10 Jan 2025 16:58:34 +0800 Subject: [PATCH] =?UTF-8?q?6.9.0=20=E4=BF=AE=E5=A4=8D=E9=A9=BE=E9=A9=B6?= =?UTF-8?q?=E4=BD=8D=E8=A7=86=E9=A2=91=E6=B5=81=E5=BC=80=E5=85=B3=E5=A4=B1?= =?UTF-8?q?=E6=95=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../function/hmi/ui/operate/OperatePanelLayout.kt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/operate/OperatePanelLayout.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/operate/OperatePanelLayout.kt index 615f273bb9..1a4326f280 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/operate/OperatePanelLayout.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/operate/OperatePanelLayout.kt @@ -707,11 +707,12 @@ class OperatePanelLayout : LinearLayout { }) } - if (p?.isEnabled == true) { - val map = HashMap() - map["query"] = "1" - CallerTelematicManager.sendMsgToAllClients(TelematicConstant.DRIVE_SEAT_VIDEO_STREAM_REQ, toJson(map).toByteArray()) - } +// if (p?.isEnabled == true) { +// +// } + val map = HashMap() + map["query"] = "1" + CallerTelematicManager.sendMsgToAllClients(TelematicConstant.DRIVE_SEAT_VIDEO_STREAM_REQ, toJson(map).toByteArray()) } }