From db9f0f3af2f171b3119b19de63df046571e71f72 Mon Sep 17 00:00:00 2001 From: yangyakun Date: Wed, 13 Sep 2023 23:11:51 +0800 Subject: [PATCH] =?UTF-8?q?[charter]=20[3.2.0]=20[=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E9=87=8D=E7=BD=AE]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/mogo/och/taxi/passenger/model/AutopilotManager.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/OCH/taxi/unmanned-passenger/src/main/java/com/mogo/och/taxi/passenger/model/AutopilotManager.kt b/OCH/taxi/unmanned-passenger/src/main/java/com/mogo/och/taxi/passenger/model/AutopilotManager.kt index ebe3e8aa55..f2b02d14b4 100644 --- a/OCH/taxi/unmanned-passenger/src/main/java/com/mogo/och/taxi/passenger/model/AutopilotManager.kt +++ b/OCH/taxi/unmanned-passenger/src/main/java/com/mogo/och/taxi/passenger/model/AutopilotManager.kt @@ -183,6 +183,7 @@ object AutopilotManager : IMoGoAutopilotStatusListener { ) if(needSpeakByStartAutopilot) { VoiceNotice.showNotice("坐稳扶好,我们出发咯!", AIAssist.LEVEL2) + needSpeakByStartAutopilot = false } //startServicePilotDone() }