[2.15.0]code opt

This commit is contained in:
zhongchao
2023-04-19 12:54:44 +08:00
parent 65fddb1af7
commit 44560f8978
2 changed files with 3 additions and 2 deletions

View File

@@ -174,8 +174,9 @@ class AiCloudIdentifyDataManager : IMogoMapListener, IReceivedMsgListener,
TAG,
"requestIdentifyRange error : $it , startRange:$START_METRE, endRange:$END_METRE, dataReceive:$dataReceive"
)
CallerMapRomaListener.invokeMapRoma(false)
updateLongSightLevel(false)
CallerMapRomaListener.invokeMapRoma(false)
sendMsgToServer(TelematicConstant.OPEN_ROMA_STATUS, "4".toByteArray())
if(DebugConfig.isDebug()){
ToastUtils.showShort("漫游请求异常msg:$it")
}