关闭行车记录仪功能

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-02-28 18:15:01 +08:00
parent 3bb52e492f
commit ae91a0a204

View File

@@ -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<MoGoWarningContract.View?, WaringPresenter?>
}
}
ivCameraIcon?.setOnLongClickListener {
/*ivCameraIcon?.setOnLongClickListener {
activity?.let { it1 -> CarcorderPreviewView.show(it1) }
true
}
}*/
ivToolsIcon?.setOnClickListener {
if (toolsViewFloat == null) {
@@ -272,10 +271,10 @@ class MoGoHmiFragment : MvpFragment<MoGoWarningContract.View?, WaringPresenter?>
}
}
// TODO 这里后面需要改成独立进程通讯后台获取YUV
/*// TODO 这里后面需要改成独立进程通讯后台获取YUV
view.postDelayed({
activity?.let { CarcorderPreviewView.show(it) }
}, 1000)
}, 1000)*/
}
@OptIn(ExperimentalCoroutinesApi::class)