From 63749d3389e0a10d50a81f2f9ae2ef5d3920a8b7 Mon Sep 17 00:00:00 2001 From: chenfufeng Date: Mon, 23 Dec 2024 15:34:33 +0800 Subject: [PATCH] =?UTF-8?q?[6.8.4][Fix]=E8=A7=A3=E5=86=B3=E8=B5=B7?= =?UTF-8?q?=E7=BB=88=E7=82=B9=E6=9C=AA=E6=B8=85=E9=99=A4=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/mogo/eagle/core/function/view/TravelRealityView.kt | 3 +++ 1 file changed, 3 insertions(+) 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 9ac91e447f..10504d899b 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 @@ -1861,6 +1861,9 @@ class TravelRealityView @JvmOverloads constructor( clearSmallSites() } else { UiThreadHandler.post { + smallSiteMarkerList?.forEach { + it.destroy() + } smallSiteMarkerList = mAMap?.addMarkers(markerOptionsList, false) } }