From 845a245c17e6102a88b9ed3034f86321d6c64a6e Mon Sep 17 00:00:00 2001 From: wangmingjun Date: Mon, 4 Sep 2023 10:52:32 +0800 Subject: [PATCH] =?UTF-8?q?[6.0.0]=20debugview=20=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/mogo/och/taxi/ui/debug/DebugView.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OCH/taxi/unmanned-driver/src/main/java/com/mogo/och/taxi/ui/debug/DebugView.kt b/OCH/taxi/unmanned-driver/src/main/java/com/mogo/och/taxi/ui/debug/DebugView.kt index af2fac92ce..3ffc879d6a 100644 --- a/OCH/taxi/unmanned-driver/src/main/java/com/mogo/och/taxi/ui/debug/DebugView.kt +++ b/OCH/taxi/unmanned-driver/src/main/java/com/mogo/och/taxi/ui/debug/DebugView.kt @@ -198,7 +198,6 @@ public class DebugView @JvmOverloads constructor( override fun onStartAutopilot() { } - override fun onStartPrepareTask120s() { - + override fun onStartPrepareTask120s(isStart: Boolean) { } } \ No newline at end of file