[6.7.0] fix ui
This commit is contained in:
@@ -220,7 +220,7 @@ class CarInfoTabView @JvmOverloads constructor(
|
|||||||
if(tvADMapVersion.text.contains(AppConfigInfo.adHdMapVersion)){
|
if(tvADMapVersion.text.contains(AppConfigInfo.adHdMapVersion)){
|
||||||
return@post
|
return@post
|
||||||
}
|
}
|
||||||
tvADMapVersion.text = tvADMapVersion.text.toString() + AppConfigInfo.adHdMapVersion
|
tvADMapVersion.text = context.getString(R.string.tab_version_admap_info) + AppConfigInfo.adHdMapVersion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user