[6.7.0] log
This commit is contained in:
@@ -215,8 +215,8 @@ class CarInfoTabView @JvmOverloads constructor(
|
||||
|
||||
private fun updateAdHdMapVersion() {
|
||||
if (AppConfigInfo.adHdMapVersion.isNotEmpty()) {
|
||||
CallerLogger.i(SceneConstant.M_HMI + TAG, "updateAdHdMapVersion, adHdMapVersion:${AppConfigInfo.adHdMapVersion} , text:${tvADMapVersion.text}")
|
||||
UiThreadHandler.post {
|
||||
CallerLogger.i(SceneConstant.M_HMI + TAG, "updateAdHdMapVersion, adHdMapVersion:${AppConfigInfo.adHdMapVersion} , text:${tvADMapVersion.text}")
|
||||
if(tvADMapVersion.text.contains(AppConfigInfo.adHdMapVersion)){
|
||||
return@post
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user