[部分内存泄漏]
This commit is contained in:
yangyakun
2024-04-28 18:56:57 +08:00
parent cf0076f89b
commit 25c7ddd3f9
18 changed files with 77 additions and 58 deletions

View File

@@ -663,10 +663,12 @@ class OverMapView @JvmOverloads constructor(
CallerPlanningRottingListenerManager.removeListener(TAG)
CallerV2XListenerManager.removeListener(TAG)
CallerAutoPilotStatusListenerManager.removeListener(TAG)
CallerFuncBizListenerManager.removeListener(TAG)
frequentHandler?.looper?.quitSafely()
nonFrequentHandler?.looper?.quitSafely()
frequentHandler = null
nonFrequentHandler = null
callback = null
}
override fun onInterceptTouchEvent(ev: MotionEvent): Boolean {