[6.7.0] fix ui refresh bug

This commit is contained in:
EmArrow
2024-10-10 14:08:29 +08:00
parent 2439eb3930
commit 47e8f39681

View File

@@ -215,7 +215,9 @@ class CarInfoTabView @JvmOverloads constructor(
private fun updateAdHdMapVersion() {
if (AppConfigInfo.adHdMapVersion.isNotEmpty()) {
tvADMapVersion.text = tvADMapVersion.text.toString() + AppConfigInfo.adHdMapVersion
UiThreadHandler.post {
tvADMapVersion.text = tvADMapVersion.text.toString() + AppConfigInfo.adHdMapVersion
}
}
}