[8.0.0][Fix]解决订单结束后小地图不清除的问题
This commit is contained in:
@@ -420,6 +420,13 @@ class TravelRealityView @JvmOverloads constructor(
|
||||
what = CLEAR_ALL_DATA
|
||||
nonFrequentHandler?.sendMessage(this)
|
||||
}
|
||||
UiThreadHandler.post {
|
||||
smallSiteMarkerList?.forEach {
|
||||
it.destroy()
|
||||
}
|
||||
smallSiteMarkerList = null
|
||||
clearPolyline()
|
||||
}
|
||||
mSiteList.clear()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user