From f5eca33c7478b0adc766534df9c17e6ae764e8de Mon Sep 17 00:00:00 2001 From: chenfufeng Date: Mon, 8 May 2023 15:34:32 +0800 Subject: [PATCH] =?UTF-8?q?[3.2.0][fix]=E8=A7=A3=E5=86=B3=E6=B8=85?= =?UTF-8?q?=E9=99=A4=E7=AB=99=E7=82=B9=E5=90=8D=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/mogo/eagle/core/function/view/OverMapView.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/OverMapView.kt b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/OverMapView.kt index 31735347c8..db29213092 100644 --- a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/OverMapView.kt +++ b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/OverMapView.kt @@ -261,7 +261,7 @@ class OverMapView @JvmOverloads constructor( */ fun drawSiteNameViews(siteMarkers: List?) { if (siteMarkers.isNullOrEmpty()) return - clearSiteMarkers() + clearSiteNameViews() val markerOptionsList = ArrayList() for (siteMarkerBean in siteMarkers) { val markerOption = MarkerOptions()