[6.10.0][Feat]更新GsyVideo版本到10.0.0
This commit is contained in:
@@ -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