From f24702a8ccc87e46b4d43e8d965330e85df2319e Mon Sep 17 00:00:00 2001 From: chenfufeng Date: Fri, 7 Jan 2022 18:59:36 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=E6=B3=A8=E9=87=8A=E6=8E=89=E9=97=AF?= =?UTF-8?q?=E7=BA=A2=E7=81=AF=E9=A2=84=E8=AD=A6=E5=92=8C=E7=BB=BF=E7=81=AF?= =?UTF-8?q?=E9=80=9A=E8=A1=8C=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/mogo/eagle/core/function/v2x/V2XProvider.kt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/function-impl/mogo-core-function-v2x/src/main/java/com/mogo/eagle/core/function/v2x/V2XProvider.kt b/core/function-impl/mogo-core-function-v2x/src/main/java/com/mogo/eagle/core/function/v2x/V2XProvider.kt index 07ad9dc633..b6c59bb260 100644 --- a/core/function-impl/mogo-core-function-v2x/src/main/java/com/mogo/eagle/core/function/v2x/V2XProvider.kt +++ b/core/function-impl/mogo-core-function-v2x/src/main/java/com/mogo/eagle/core/function/v2x/V2XProvider.kt @@ -5,7 +5,6 @@ import com.alibaba.android.arouter.facade.annotation.Route import com.mogo.eagle.core.data.constants.MogoServicePaths.PATH_V2X_MODULE import com.mogo.eagle.core.function.api.base.IMoGoFunctionServerProvider import com.mogo.eagle.core.function.call.trafficlight.CallTrafficLightManager -import com.mogo.eagle.core.function.v2x.redlightwarning.RedLightWarningManager import com.mogo.eagle.core.function.v2x.speedlimit.SpeedLimitDataManager import com.mogo.eagle.core.function.v2x.vip.VipCarManager @@ -19,11 +18,11 @@ class V2XProvider : IMoGoFunctionServerProvider { CallTrafficLightManager.getTrafficLightProvider().initTrafficLightServer(context) VipCarManager.INSTANCE.initServer(context) SpeedLimitDataManager.getInstance().start(); - RedLightWarningManager.INSTANCE.listenTrafficLight() +// RedLightWarningManager.INSTANCE.listenTrafficLight() } override fun onDestroy() { VipCarManager.INSTANCE.destroy() - RedLightWarningManager.INSTANCE.onDestroy() +// RedLightWarningManager.INSTANCE.onDestroy() } } \ No newline at end of file