From f2690628435879a62bcdd0180d7bbdd39e418363 Mon Sep 17 00:00:00 2001 From: chenfufeng Date: Mon, 26 May 2025 14:09:45 +0800 Subject: [PATCH] =?UTF-8?q?[8.0.0][Fix]=E8=A7=A3=E5=86=B3=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E7=BB=93=E6=9D=9F=E5=90=8E=E5=B0=8F=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E4=B8=8D=E6=B8=85=E9=99=A4=E7=9A=84=E9=97=AE=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 | 7 +++++++ 1 file changed, 7 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 10504d899b..8bd78e4c36 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 @@ -420,6 +420,13 @@ class TravelRealityView @JvmOverloads constructor( what = CLEAR_ALL_DATA nonFrequentHandler?.sendMessage(this) } + UiThreadHandler.post { + smallSiteMarkerList?.forEach { + it.destroy() + } + smallSiteMarkerList = null + clearPolyline() + } mSiteList.clear() }