This commit is contained in:
lixiaopeng
2021-08-20 17:29:19 +08:00
parent 5b43ec02f5
commit a7dfe69519

View File

@@ -356,7 +356,7 @@ class MogoPrivateObuManager private constructor() {
val level = info.threat_info.threat_level
val status = info.status
handleSdkObu(appId, direction, status, level, info)
handleSdkObu(appId, getMessageDirection(direction), status, level, info)
}
}
}