From 65dea5cd67e7f2d6fd165f662f68e577186c2d0e Mon Sep 17 00:00:00 2001 From: yangyakun Date: Mon, 28 Aug 2023 14:55:11 +0800 Subject: [PATCH] =?UTF-8?q?[5.0.0]=20[charter]=20[=E5=B9=B3=E8=A1=8C?= =?UTF-8?q?=E9=A9=BE=E9=A9=B6=E4=B8=AD=20=E5=90=AF=E5=8A=A8=E8=87=AA?= =?UTF-8?q?=E9=A9=BE=20=E6=96=87=E6=A1=88=E6=8F=90=E7=A4=BA=E4=BF=AE?= =?UTF-8?q?=E6=94=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../och/charter/passenger/ui/bottom/impl/GoViewWithArrive.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OCH/charter/passenger/src/main/java/com/mogo/och/charter/passenger/ui/bottom/impl/GoViewWithArrive.kt b/OCH/charter/passenger/src/main/java/com/mogo/och/charter/passenger/ui/bottom/impl/GoViewWithArrive.kt index a9860cd670..2fc39f56df 100644 --- a/OCH/charter/passenger/src/main/java/com/mogo/och/charter/passenger/ui/bottom/impl/GoViewWithArrive.kt +++ b/OCH/charter/passenger/src/main/java/com/mogo/och/charter/passenger/ui/bottom/impl/GoViewWithArrive.kt @@ -94,7 +94,7 @@ class GoViewWithArrive @JvmOverloads constructor( CharterPassengerModel.leaveStation() } IMoGoAutopilotStatusListener.STATUS_PARALLEL_DRIVING -> { - ToastCharterUtils.showToastShort("因车辆正在平行驾驶中无法靠边停车,请稍后再试") + ToastCharterUtils.showToastShort("安全守护中,无需操作~") } else -> {} }