From 48c7a2e4a136b83a37c70aaba5d3597ef0903b6c Mon Sep 17 00:00:00 2001 From: yangyakun Date: Wed, 30 Oct 2024 10:16:51 +0800 Subject: [PATCH] =?UTF-8?q?[6.7.2]=20[fix]=20[=E8=BD=A6=E8=BE=86=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E9=94=99=E8=AF=AF]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/mogo/och/common/module/wigets/LoadingMapStatusView.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OCH/common/common/src/main/java/com/mogo/och/common/module/wigets/LoadingMapStatusView.kt b/OCH/common/common/src/main/java/com/mogo/och/common/module/wigets/LoadingMapStatusView.kt index 5c3f005f69..0931eb2752 100644 --- a/OCH/common/common/src/main/java/com/mogo/och/common/module/wigets/LoadingMapStatusView.kt +++ b/OCH/common/common/src/main/java/com/mogo/och/common/module/wigets/LoadingMapStatusView.kt @@ -85,10 +85,10 @@ class LoadingMapStatusView @JvmOverloads constructor( if (currentStatus==null) { CallerMapUIServiceManager.getMapUIController()?.changeCurrentIcon(HdMapBuildConfig.currentCarVrIconRes) }else{ - CallerMapUIServiceManager.getMapUIController()?.changeCurrentIcon(currentStatus.resId) + CallerMapUIServiceManager.getMapUIController()?.changeCurrentIcon(currentStatus.rawValue) } }else{ - HdMapBuildConfig.currentCarVrIconRes = currentStatus?.resId?:Carmodel.B1.resId + HdMapBuildConfig.currentCarVrIconRes = currentStatus?.rawValue?:Carmodel.B1.rawValue } }