[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 {// 未缓存
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
package com.mogo.eagle.core.data.deva.chain
|
||||
|
||||
data class ChainCommon(val lat:Double, val lon:Double, val lineId:Long) {
|
||||
import com.mogo.eagle.core.data.app.AppConfigInfo
|
||||
|
||||
data class ChainCommon(val lat:Double, val lon:Double, val lineId:Long, val eagleVersionCode:Int = AppConfigInfo.appVersionCode) {
|
||||
}
|
||||
Reference in New Issue
Block a user