From aca4b4c56cff63c61825addf2324a707ce1e7456 Mon Sep 17 00:00:00 2001 From: renwj Date: Wed, 23 Oct 2024 16:59:29 +0800 Subject: [PATCH] =?UTF-8?q?[6.7.0][=E8=A7=86=E8=A7=92=E5=8F=98=E6=8D=A2]?= =?UTF-8?q?=20=E4=BC=98=E5=8C=96=E5=88=87=E8=BF=9C=E8=A7=86=E8=A7=92?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E6=89=8B=E5=8A=BF=E6=8B=96=E5=8A=A8=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E6=97=B6=EF=BC=8C=E5=9C=B0=E5=9B=BE=E7=94=BB=E9=9D=A2?= =?UTF-8?q?=E8=B7=B3=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../angle/MoGoVisualAngleChangeProvider.kt | 19 +------------------ gradle.properties | 2 +- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/angle/MoGoVisualAngleChangeProvider.kt b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/angle/MoGoVisualAngleChangeProvider.kt index c0f26e90e5..944cee49d4 100644 --- a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/angle/MoGoVisualAngleChangeProvider.kt +++ b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/angle/MoGoVisualAngleChangeProvider.kt @@ -43,7 +43,6 @@ class MoGoVisualAngleChangeProvider: IMoGoVisualAngleChangeProvider { private val prevScene by lazy { AtomicReference() } - private var timerJob: Job? = null private val listener = object : IMoGoMapRoadListener { private val roadId = AtomicReference() @@ -207,23 +206,7 @@ class MoGoVisualAngleChangeProvider: IMoGoVisualAngleChangeProvider { DOWN -> CallerMapUIServiceManager.getMapUIController()?.setScreenToOriginDis(5.0f) } if (target !is Roma) { - if (target is LongSight) { - timerJob?.safeCancel() - scope.launch { - CallerMapUIServiceManager.getMapUIController()?.setAllGesturesEnabled(false) - itx.changeMapVisualAngle(angle, null) - delay(3000) - CallerMapUIServiceManager.getMapUIController()?.setAllGesturesEnabled(true) - }.also { - it.invokeOnCompletion { - CallerMapUIServiceManager.getMapUIController()?.setAllGesturesEnabled(true) - } - timerJob = it - } - } else { - timerJob?.safeCancel() - itx.changeMapVisualAngle(angle, null) - } + itx.changeMapVisualAngle(angle, null) } } finally { if (prev == null || prev.javaClass != target.javaClass) { diff --git a/gradle.properties b/gradle.properties index e8f322c1e7..9b947b67b9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -81,7 +81,7 @@ MOGO_LOCATION_VERSION=1.4.7.42 MOGO_TELEMATIC_VERSION=1.4.7.42 ######## MogoAiCloudSDK Version ######## # 自研地图 -MAP_SDK_VERSION=3.4.1.15 +MAP_SDK_VERSION=3.4.1.16 MAP_SDK_DATA_VERSION=1.0.0.9 MAP_SDK_OPERATION_VERSION=1.1.4.1 # websocket