[fix]
[找回高精地图轨迹展示]
This commit is contained in:
yangyakun
2024-10-29 13:21:59 +08:00
parent 43be0e7073
commit 7376bd272e

View File

@@ -61,8 +61,8 @@ class ShuttleFragment : MvpFragment<ShuttleFragment?, BusPresenter?>() {
}
}
})
CallerEagleBaseFunctionCall4OchManager.addSingleToolKitCustomItem(lineView, LineView(it),10)
}
CallerEagleBaseFunctionCall4OchManager.addSingleToolKitCustomItem(lineView, LineView(it),10)
}
}
@@ -109,9 +109,9 @@ class ShuttleFragment : MvpFragment<ShuttleFragment?, BusPresenter?>() {
mPresenter!!.onDestroy(this)
}
if(ProjectUtils.isSaas()&& AppIdentityModeUtils.isShuttle(FunctionBuildConfig.appIdentityMode)) {
CallerEagleBaseFunctionCall4OchManager.removeToolkitByTag(mutableListOf(lineView))
CallerEagleBaseFunctionCall4OchManager.removeToolKitDefaultItemClickListener(lineView)
CallerEagleBaseFunctionCall4OchManager.removeToolkitByTag(mutableListOf(runningTaskGateWay))
}
CallerEagleBaseFunctionCall4OchManager.removeToolKitDefaultItemClickListener(lineView)
super.onDestroyView()
}