[2.15.0]code opt
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user