Merge branch 'dev_robotaxi-d_240912_6.7.0' of gitlab.zhidaoauto.com:SCA/L4HA/AndroidApp/MoGoEagleEye into dev_robotaxi-d_240912_6.7.0
This commit is contained in:
@@ -141,20 +141,20 @@ class TravelRealityModel private constructor() {
|
||||
|
||||
fun cancelAllRequest() {
|
||||
if (eventKey.isNotEmpty()) {
|
||||
eventKey = ""
|
||||
cancel(eventKey)
|
||||
eventKey = ""
|
||||
}
|
||||
if (deviceKey.isNotEmpty()) {
|
||||
deviceKey = ""
|
||||
cancel(deviceKey)
|
||||
deviceKey = ""
|
||||
}
|
||||
if (trackKey.isNotEmpty()) {
|
||||
trackKey = ""
|
||||
cancel(trackKey)
|
||||
trackKey = ""
|
||||
}
|
||||
if (liveKey.isNotEmpty()) {
|
||||
liveKey = ""
|
||||
cancel(liveKey)
|
||||
liveKey = ""
|
||||
}
|
||||
clearDownload()
|
||||
}
|
||||
|
||||
@@ -146,6 +146,11 @@ class MapRoamView(context: Context?, attrs: AttributeSet?) : MogoMapView(context
|
||||
getUI()?.setVisible(false)
|
||||
}
|
||||
|
||||
override fun onDetachedFromWindow() {
|
||||
super.onDetachedFromWindow()
|
||||
CallerMapAiCloudDataManager.removeListener(RoadCrossRoamView.TAG)
|
||||
}
|
||||
|
||||
@ChainLog(
|
||||
linkChainLog = ChainConstant.CHAIN_TYPE_STATUS,
|
||||
linkCode = ChainConstant.CHAIN_SOURCE_ADAS,
|
||||
|
||||
Reference in New Issue
Block a user