From 227afa79c73421da33151480bc7aceb248514312 Mon Sep 17 00:00:00 2001 From: xuxinchao Date: Fri, 27 Sep 2024 19:08:55 +0800 Subject: [PATCH] =?UTF-8?q?[6.7.0]=E8=B0=83=E6=95=B4=E4=B8=80=E9=94=AE?= =?UTF-8?q?=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core/function/hmi/bone/tab/ReportTypeView.kt | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/tab/ReportTypeView.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/tab/ReportTypeView.kt index 228ed603f6..6639288af8 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/tab/ReportTypeView.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/tab/ReportTypeView.kt @@ -52,7 +52,7 @@ class ReportTypeView @JvmOverloads constructor( attrs: AttributeSet? = null, defStyleAttr: Int = 0 ) : ConstraintLayout(context, attrs, defStyleAttr), - IMoGoDevaToolsListener, IMoGoTakeoverListener { + IMoGoDevaToolsListener { private val TAG = "ReportTypeView" @@ -82,7 +82,6 @@ class ReportTypeView @JvmOverloads constructor( private fun initView(){ CallerDevaToolsListenerManager.addListener(TAG, this) - CallerTakeoverListenerManager.addListener(TAG,this) if(isOneClickType){ showOneCLickReportView() }else{ @@ -268,13 +267,4 @@ class ReportTypeView @JvmOverloads constructor( this.clickListener = clickListener } - /** - * 人工接管 - */ - override fun onTakeoverState(state: Int) { - ThreadUtils.runOnUiThread { - showOneCLickReportView() - } - } - } \ No newline at end of file