From 7e5c0fdf7ff4f1c0e8bd9094908a89cd5e2b699c Mon Sep 17 00:00:00 2001 From: xuxinchao Date: Wed, 20 Dec 2023 17:04:41 +0800 Subject: [PATCH] =?UTF-8?q?[6.2.6]=E4=BF=AE=E6=94=B9taxi=E5=B9=B3=E8=A1=8C?= =?UTF-8?q?=E9=A9=BE=E9=A9=B6=E5=BC=82=E5=B8=B8=E6=8F=90=E7=A4=BA=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B6=88=E6=81=AF=E7=9B=92=E5=AD=90=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E5=90=8C=E4=B8=8A=EF=BC=8C=E5=8D=B3taxi=E5=92=8Cc1?= =?UTF-8?q?=E5=91=88=E7=8E=B0=E5=9D=87=E4=B8=BA=E6=8E=A5=E7=AE=A1=E5=9B=BE?= =?UTF-8?q?=E5=83=8F+=E6=B6=88=E6=81=AF=E7=9B=92=E5=AD=90+=E8=AF=AD?= =?UTF-8?q?=E9=9F=B3=E6=8F=90=E7=A4=BA=EF=BC=88m1=E4=B8=BA=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E9=9F=B3+=E6=B6=88=E6=81=AF=E7=9B=92=E5=AD=90?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E5=8F=98=E5=8A=A8=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eagle/core/function/hmi/ui/vehicle/TakeOverView.kt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/vehicle/TakeOverView.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/vehicle/TakeOverView.kt index 2b7366305f..5f1b0836e3 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/vehicle/TakeOverView.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/vehicle/TakeOverView.kt @@ -272,6 +272,13 @@ class TakeOverView @JvmOverloads constructor( private fun showParallelDrivingWarning(poiType: String,content: String,tts: String){ if(!FunctionBuildConfig.isDemoMode){ //异常提醒均在开启美化模式后不弹出、不语音提示 + //消息盒子提示 + saveMsgBox( + MsgBoxBean( + MsgBoxType.V2X, V2XMsg(poiType, content, tts) + ) + ) + //接管图像+语音提示 CallerHmiManager.warningV2X(poiType, content, tts, object : IMoGoWarningStatusListener { override fun onShow() {