[6.7.0] fix leak
This commit is contained in:
@@ -146,6 +146,11 @@ class MapRoamView(context: Context?, attrs: AttributeSet?) : MogoMapView(context
|
|||||||
getUI()?.setVisible(false)
|
getUI()?.setVisible(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun onDetachedFromWindow() {
|
||||||
|
super.onDetachedFromWindow()
|
||||||
|
CallerMapAiCloudDataManager.removeListener(RoadCrossRoamView.TAG)
|
||||||
|
}
|
||||||
|
|
||||||
@ChainLog(
|
@ChainLog(
|
||||||
linkChainLog = ChainConstant.CHAIN_TYPE_STATUS,
|
linkChainLog = ChainConstant.CHAIN_TYPE_STATUS,
|
||||||
linkCode = ChainConstant.CHAIN_SOURCE_ADAS,
|
linkCode = ChainConstant.CHAIN_SOURCE_ADAS,
|
||||||
|
|||||||
Reference in New Issue
Block a user