From 2e96c2b3d8058e9a8b8ac1e756127e3b24d658fc Mon Sep 17 00:00:00 2001 From: renwj Date: Wed, 24 Jul 2024 14:51:44 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"[6.5.0][=E9=81=93=E8=B7=AF=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6]=20=E4=B9=98=E5=AE=A2=E5=B1=8F=E4=B8=8D=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E5=8F=B7=E7=BA=BF"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 863d16672aa5b15cb1b0b0cf7d08d6a5e1861065. --- .../mogo-map/src/main/java/com/mogo/map/AMapViewWrapper.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/mogo-map/src/main/java/com/mogo/map/AMapViewWrapper.kt b/libraries/mogo-map/src/main/java/com/mogo/map/AMapViewWrapper.kt index c691c63b3c..67573155e9 100644 --- a/libraries/mogo-map/src/main/java/com/mogo/map/AMapViewWrapper.kt +++ b/libraries/mogo-map/src/main/java/com/mogo/map/AMapViewWrapper.kt @@ -224,7 +224,7 @@ class AMapViewWrapper(mMapView: MapAutoView) : IMogoMapView, IMogoMapUIControlle ) ) { hdVisibleArray.add(HDTypes.CABLE.type) -// hdVisibleArray.add(HDTypes.SIGNAL_LINE.type) + hdVisibleArray.add(HDTypes.SIGNAL_LINE.type) } mMapView.getMapAutoViewHelper()?.setHDTypeVisible(hdVisibleArray.toIntArray()) loadPreVehicleModel()