[6.4.0] fix ui bug
This commit is contained in:
@@ -239,7 +239,7 @@ class StatusSummaryView @JvmOverloads constructor(
|
||||
override fun authCrtFile(device: String, root: String) {
|
||||
super.authCrtFile(device, root)
|
||||
UiThreadHandler.post ({
|
||||
if(CallerAutopilotCarConfigListenerManager.getCertFileResult().contains("成功校验")){
|
||||
if(CallerAutopilotCarConfigListenerManager.getCertFileResult()!= "未开启认证"){
|
||||
return@post
|
||||
}
|
||||
if (data.size < 6) return@post
|
||||
|
||||
Reference in New Issue
Block a user