[6.10.0][Feat]更新GsyVideo版本到10.0.0
This commit is contained in:
@@ -243,6 +243,8 @@ class MoGoAdasMsgConnectStatusListenerImpl :
|
||||
)
|
||||
resetArgs()
|
||||
}
|
||||
|
||||
else -> {}
|
||||
}
|
||||
AppConfigInfo.connectStatusDescribe = connectStatusDescribe
|
||||
CallerAutoPilotStatusListenerManager.getAutoPilotStatusInfo().ipcConnStatus = status
|
||||
|
||||
@@ -2,8 +2,8 @@ package com.zhjt.mogo_core_function_devatools.upgrade.provider.db.dao
|
||||
|
||||
import androidx.room.Dao
|
||||
import androidx.room.Insert
|
||||
import androidx.room.OnConflictStrategy.IGNORE
|
||||
import androidx.room.OnConflictStrategy.REPLACE
|
||||
import androidx.room.OnConflictStrategy.Companion.IGNORE
|
||||
import androidx.room.OnConflictStrategy.Companion.REPLACE
|
||||
import androidx.room.Query
|
||||
import androidx.room.Transaction
|
||||
import com.zhjt.mogo_core_function_devatools.upgrade.provider.db.vo.*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package com.zhjt.mogo_core_function_devatools.upgrade.provider.db.vo
|
||||
|
||||
import androidx.room.*
|
||||
import androidx.room.ForeignKey.CASCADE
|
||||
import androidx.room.ForeignKey.Companion.CASCADE
|
||||
import com.mogo.eagle.core.utilcode.util.*
|
||||
|
||||
@Entity(tableName = "records")
|
||||
|
||||
@@ -232,6 +232,10 @@ class NoticeCheckDialog(context: Context) : BaseFloatDialog(context), LifecycleO
|
||||
complete(firstBitmap, path)
|
||||
}
|
||||
|
||||
override fun onComplete(url: String?, vararg objects: Any?) {
|
||||
|
||||
}
|
||||
|
||||
override fun onClickResume(url: String, vararg objects: Any) {
|
||||
thumbnailImageView!!.visibility = View.GONE
|
||||
playImageView!!.visibility = View.GONE
|
||||
|
||||
@@ -276,6 +276,10 @@ class NoticeTrafficDialog : BaseFloatDialog, LifecycleObserver {
|
||||
complete(firstBitmap)
|
||||
}
|
||||
|
||||
override fun onComplete(url: String?, vararg objects: Any?) {
|
||||
|
||||
}
|
||||
|
||||
override fun onClickResume(url: String, vararg objects: Any) {
|
||||
thumbnailImage!!.visibility = View.GONE
|
||||
playImageView!!.visibility = View.GONE
|
||||
|
||||
@@ -197,6 +197,8 @@ class StatusSummaryView @JvmOverloads constructor(context: Context, attrs: Attri
|
||||
AdasConstants.IpcConnectionStatus.SERVER_DISCONNECTED -> {
|
||||
pair = Pair("域控主动断开连接", true)
|
||||
}
|
||||
|
||||
else -> {}
|
||||
}
|
||||
UiThreadHandler.post {
|
||||
if (data.size < 5 || pair == null) return@post
|
||||
|
||||
@@ -231,6 +231,8 @@ class ColdStartView @JvmOverloads constructor(
|
||||
AdasConstants.IpcConnectionStatus.SERVER_DISCONNECTED ->{
|
||||
showIPCConnectFailView("域控主动断开连接,建议重启车辆并上报问题")
|
||||
}
|
||||
|
||||
else -> {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -168,6 +168,8 @@ class ConnectStatusView @JvmOverloads constructor(
|
||||
.setForegroundColor(Color.RED)
|
||||
adasSpan.create()
|
||||
}
|
||||
|
||||
else -> {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user