[6.10.0][Opt]优化高精地图缓存完成的UI展示

This commit is contained in:
chenfufeng
2025-02-20 18:14:02 +08:00
parent bf40f81be2
commit cb5a31942a

View File

@@ -86,7 +86,9 @@ class MapDownloadView @JvmOverloads constructor(
mogoMapData.get()?.isCityDataCached { isCached ->
if (isCached) {
UiThreadHandler.post {
updateMapStatus(1, 100)
visibility = View.VISIBLE
download_pb.visibility = View.GONE
ivBackground.setBackgroundResource(R.drawable.map_download_success)
}
}
}