From e65079a696ccc0fb33c8bf07e6cc1edde5957e9e Mon Sep 17 00:00:00 2001 From: lixiaopeng Date: Thu, 25 May 2023 19:15:08 +0800 Subject: [PATCH] =?UTF-8?q?[dev=5Fminibus-d=5F230425=5F3.2.0]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B9=98=E5=AE=A2=E5=B1=8F=20=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E8=A7=86=E9=A2=91=20=E4=B8=80=E7=9B=B4loading=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mogo/eagle/core/function/hmi/ui/widget/DriverMonitorView.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/widget/DriverMonitorView.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/widget/DriverMonitorView.kt index 3e8ba6d17c..df6bbbf3c6 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/widget/DriverMonitorView.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/widget/DriverMonitorView.kt @@ -203,7 +203,7 @@ class DriverMonitorView : override fun onPlaRequesting() { Logger.e("${SceneConstant.M_HMI}$TAG", "onPlaRequesting……") - isLived = false + isLived = true refreshView(isLived) } }