[6.4.0] fix ui bug

This commit is contained in:
EmArrow
2024-05-08 15:42:07 +08:00
parent 98c0d5001d
commit 115dbfc05f

View File

@@ -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