From 7376bd272e5f60bf4a8c7b2b4c7b65dc1dc162a6 Mon Sep 17 00:00:00 2001 From: yangyakun Date: Tue, 29 Oct 2024 13:21:59 +0800 Subject: [PATCH] =?UTF-8?q?[6.7.2]=20[fix]=20[=E6=89=BE=E5=9B=9E=E9=AB=98?= =?UTF-8?q?=E7=B2=BE=E5=9C=B0=E5=9B=BE=E8=BD=A8=E8=BF=B9=E5=B1=95=E7=A4=BA?= =?UTF-8?q?]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/mogo/och/weaknet/ui/fragment/ShuttleFragment.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OCH/shuttle/driver_weaknet/src/main/java/com/mogo/och/weaknet/ui/fragment/ShuttleFragment.kt b/OCH/shuttle/driver_weaknet/src/main/java/com/mogo/och/weaknet/ui/fragment/ShuttleFragment.kt index 367b907e56..3d275d20a3 100644 --- a/OCH/shuttle/driver_weaknet/src/main/java/com/mogo/och/weaknet/ui/fragment/ShuttleFragment.kt +++ b/OCH/shuttle/driver_weaknet/src/main/java/com/mogo/och/weaknet/ui/fragment/ShuttleFragment.kt @@ -61,8 +61,8 @@ class ShuttleFragment : MvpFragment() { } } }) - CallerEagleBaseFunctionCall4OchManager.addSingleToolKitCustomItem(lineView, LineView(it),10) } + CallerEagleBaseFunctionCall4OchManager.addSingleToolKitCustomItem(lineView, LineView(it),10) } } @@ -109,9 +109,9 @@ class ShuttleFragment : MvpFragment() { 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() }