From 4b64b5618f76f293686e089ce96c72e3ed51ef95 Mon Sep 17 00:00:00 2001 From: chenfufeng Date: Wed, 14 Aug 2024 17:27:57 +0800 Subject: [PATCH] =?UTF-8?q?[6.7.0][Fix]=E4=BC=98=E5=8C=96=E8=A1=8C?= =?UTF-8?q?=E7=A8=8B=E6=80=BB=E8=A7=88=E9=A1=B5=E5=85=A8=E5=B1=80=E8=BD=A8?= =?UTF-8?q?=E8=BF=B9=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/mogo/eagle/core/function/view/TravelRealityView.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/TravelRealityView.kt b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/TravelRealityView.kt index d37a500d9c..535e00d8fb 100644 --- a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/TravelRealityView.kt +++ b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/TravelRealityView.kt @@ -337,6 +337,7 @@ class TravelRealityView @JvmOverloads constructor( changeMapSettings(false) val globalPath = reqData if (!globalPath.isNullOrEmpty()) { + handleGlobalPath(globalPath) requestData(globalPath as ArrayList) } if (!isRoadTrackReq) {