[6.8.0][驾驶位视频流] 优化代码逻辑
This commit is contained in:
@@ -938,8 +938,8 @@ class OperatePanelLayout : LinearLayout {
|
||||
if (interval <= TimeUnit.SECONDS.toMillis(10)) {
|
||||
val seconds = TimeUnit.MILLISECONDS.toSeconds(interval)
|
||||
ToastUtils.showShort("未收到乘客屏响应,${ if (seconds >= 1) "请${seconds}秒后再试" else "请稍候再试"}")
|
||||
return false
|
||||
}
|
||||
return false
|
||||
}
|
||||
lastTimeOnSendDriveVideo = SystemClock.elapsedRealtime()
|
||||
val isChecked = newValue as? Boolean ?: false
|
||||
|
||||
Reference in New Issue
Block a user