[6.10.0][Opt]优化高精地图缓存完成的UI展示
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user