From 439b7f667067ec91f6bb942a5ff080efd0a22d50 Mon Sep 17 00:00:00 2001 From: lianglihui Date: Fri, 10 Jan 2025 14:35:46 +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 --- .../eagle/core/function/hmi/ui/operate/OperatePanelLayout.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4d7332c31a..615f273bb9 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,7 +707,7 @@ class OperatePanelLayout : LinearLayout { }) } - if (FunctionBuildConfig.isDriveSeatVideoStream && p?.isEnabled == true) { + if (p?.isEnabled == true) { val map = HashMap() map["query"] = "1" CallerTelematicManager.sendMsgToAllClients(TelematicConstant.DRIVE_SEAT_VIDEO_STREAM_REQ, toJson(map).toByteArray())