[3.3.2] revert the change

This commit is contained in:
zhongchao
2023-07-14 14:50:40 +08:00
parent 912c6ce824
commit 8a7087804c
4 changed files with 6 additions and 6 deletions

View File

@@ -218,6 +218,9 @@ class AiCloudIdentifyDataManager : IMoGoPlanningRottingListener,
if (dataReceive) {
// 请求地图开始漫游
MogoMapUIController.getInstance().setRomaMode(FunctionBuildConfig.romaModeStyle)
CallerMapRomaListener.invokeMapRoma(true)
}else{
CallerMapRomaListener.invokeMapRoma(false)
}
},
{ errorMsg ->
@@ -256,7 +259,6 @@ class AiCloudIdentifyDataManager : IMoGoPlanningRottingListener,
)
showAiCloud.set(true)
FunctionBuildConfig.isDrawIdentifyData = false
CallerMapRomaListener.invokeMapRoma(true)
// 5秒没有触发 则预警日志写入
handler.sendEmptyMessageDelayed(H_ERROR_CLOUD, H_DELAY_TIME)
}
@@ -265,7 +267,6 @@ class AiCloudIdentifyDataManager : IMoGoPlanningRottingListener,
m.what = H_ERROR_MAP
m.obj = msg
handler.sendMessage(m)
CallerMapRomaListener.invokeMapRoma(false)
closeRoma(false)
}
2 -> { // 地图自动漫游结束重置状态调用close通知服务端
@@ -297,7 +298,6 @@ class AiCloudIdentifyDataManager : IMoGoPlanningRottingListener,
aiCloudDataChange.set(false)
MapIdentifySubscriber.instance.clearAiCloudRoma()
FunctionBuildConfig.isDrawIdentifyData = true
CallerMapRomaListener.invokeMapRoma(false)
if (invokeCloud) {
closeRoma(false)
}