[6.2.4] add common of chain , versionCode
This commit is contained in:
@@ -136,7 +136,7 @@ class SystemVersionView @JvmOverloads constructor(
|
||||
}
|
||||
|
||||
ivHDCache.setOnClickListener {
|
||||
hmiAction("$M_HMI$TAG", mapOf("isHDCached" to isHDCached),true)
|
||||
hmiAction("$M_HMI$TAG", mapOf("isHDCached" to isHDCached))
|
||||
if (isHDCached) {// 已缓存
|
||||
ToastUtils.showShort(resources.getString(R.string.offline_had_downloaded))
|
||||
} else {// 未缓存
|
||||
|
||||
Reference in New Issue
Block a user