From dd176477c50b0890cb0e33cde6cd4ba776c84e69 Mon Sep 17 00:00:00 2001 From: yangyakun Date: Mon, 22 Jan 2024 18:31:03 +0800 Subject: [PATCH] =?UTF-8?q?[5.2.9]=20[charter=5Fp]=20[=E9=81=BF=E5=85=8D?= =?UTF-8?q?=E9=A2=91=E7=B9=81=E6=92=AD=E6=8A=A5]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../och/charter/passenger/ui/bottom/impl/GoViewWithArrive.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 1721193e9b..f1132bef75 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 @@ -91,10 +91,10 @@ class GoViewWithArrive @JvmOverloads constructor( IMoGoAutopilotStatusListener.STATUS_AUTOPILOT_RUNNING -> { // 重新起步 StopSideManager.resetStopSide() - CharterPassengerModel.leaveStation() + ToastCharterUtils.showToastShort("车辆行驶中,不要频繁点击哦~") } IMoGoAutopilotStatusListener.STATUS_PARALLEL_DRIVING -> { - ToastCharterUtils.showToastShort("安全守护中,无需操作~") + ToastCharterUtils.showToastShort("车辆行驶中,不要频繁点击哦~") } else -> {} }