From ae91a0a204415057fe2ea7927f76d611b823b308 Mon Sep 17 00:00:00 2001 From: donghongyu Date: Mon, 28 Feb 2022 18:15:01 +0800 Subject: [PATCH] =?UTF-8?q?[Change]=20=E5=85=B3=E9=97=AD=E8=A1=8C=E8=BD=A6?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E4=BB=AA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: donghongyu --- .../mogo/eagle/core/function/hmi/ui/MoGoHmiFragment.kt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/MoGoHmiFragment.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/MoGoHmiFragment.kt index d78419162c..c0eb75381f 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/MoGoHmiFragment.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/MoGoHmiFragment.kt @@ -41,7 +41,6 @@ import com.mogo.eagle.core.function.hmi.notification.WarningFloat import com.mogo.eagle.core.function.hmi.notification.anim.DefaultAnimator import com.mogo.eagle.core.function.hmi.notification.enums.SidePattern import com.mogo.eagle.core.function.hmi.ui.camera.CameraListView -import com.mogo.eagle.core.function.hmi.ui.carcorder.CarcorderPreviewView import com.mogo.eagle.core.function.hmi.ui.notice.NoticeBannerView import com.mogo.eagle.core.function.hmi.ui.notice.NoticeNormalBannerView import com.mogo.eagle.core.function.hmi.ui.setting.DebugSettingView @@ -238,10 +237,10 @@ class MoGoHmiFragment : MvpFragment } } - ivCameraIcon?.setOnLongClickListener { + /*ivCameraIcon?.setOnLongClickListener { activity?.let { it1 -> CarcorderPreviewView.show(it1) } true - } + }*/ ivToolsIcon?.setOnClickListener { if (toolsViewFloat == null) { @@ -272,10 +271,10 @@ class MoGoHmiFragment : MvpFragment } } - // TODO 这里后面需要改成独立进程通讯后台获取YUV + /*// TODO 这里后面需要改成独立进程通讯后台获取YUV view.postDelayed({ activity?.let { CarcorderPreviewView.show(it) } - }, 1000) + }, 1000)*/ } @OptIn(ExperimentalCoroutinesApi::class)