[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

@@ -33,6 +33,7 @@ class RomaView @JvmOverloads constructor(
if(!click){
return@setOnClickListener
}
click = false
romaMode = !romaMode
// 司机屏发送事件给乘客屏
if (romaMode) {
@@ -46,7 +47,6 @@ class RomaView @JvmOverloads constructor(
"1".toByteArray()
)
}
click = false
}
}

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")
}