From 97d6fa6f82bd250f63e8dd69a8c156cf1eec00c7 Mon Sep 17 00:00:00 2001 From: yangyakun Date: Wed, 11 Mar 2026 11:04:22 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"[8.4.0]=E4=B8=B4=E6=97=B6=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=20=E6=B3=A8=E9=87=8A=E6=B6=88=E6=81=AF=E7=9B=92?= =?UTF-8?q?=E5=AD=90=E8=BF=9E=E6=8E=A5=E4=BF=A1=E6=81=AF=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?LineManager=E6=97=A5=E5=BF=97"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 42d72654bdcbccc132a32a06068506414ab764da. --- .../java/com/mogo/och/bridge/autopilot/line/LineManager.kt | 3 --- .../com/mogo/och/unmanned/ui/widget/UnmannedMsgBoxView.kt | 6 ++---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/OCH/common/bridge/src/main/java/com/mogo/och/bridge/autopilot/line/LineManager.kt b/OCH/common/bridge/src/main/java/com/mogo/och/bridge/autopilot/line/LineManager.kt index df54af7041..380074d83d 100644 --- a/OCH/common/bridge/src/main/java/com/mogo/och/bridge/autopilot/line/LineManager.kt +++ b/OCH/common/bridge/src/main/java/com/mogo/och/bridge/autopilot/line/LineManager.kt @@ -1,7 +1,6 @@ package com.mogo.och.bridge.autopilot.line import android.text.TextUtils -import android.util.Log import com.elegant.network.utils.GsonUtil import com.mogo.commons.env.ProjectUtils import com.mogo.eagle.core.data.autopilot.AutopilotControlParameters @@ -467,7 +466,6 @@ object LineManager : CallerBase() { if (parameters == null) { // ToastUtils.showShort("未设置起始或终点站点") // ToastUtils.showShort(R.string.module_och_not_stat_and_end_point) - Log.i("LineManager","未设置起始或终点站点") } return parameters } @@ -546,7 +544,6 @@ object LineManager : CallerBase() { if (startStation == null || endStation == null) { // ToastUtils.showShort("未设置起始或终点站点") // ToastUtils.showShort(R.string.module_och_not_stat_and_end_point) - Log.i("LineManager","未设置起始或终点站点") return } diff --git a/OCH/shuttle/driver_unmanned/src/main/java/com/mogo/och/unmanned/ui/widget/UnmannedMsgBoxView.kt b/OCH/shuttle/driver_unmanned/src/main/java/com/mogo/och/unmanned/ui/widget/UnmannedMsgBoxView.kt index b13910ac9a..2f964a222d 100644 --- a/OCH/shuttle/driver_unmanned/src/main/java/com/mogo/och/unmanned/ui/widget/UnmannedMsgBoxView.kt +++ b/OCH/shuttle/driver_unmanned/src/main/java/com/mogo/och/unmanned/ui/widget/UnmannedMsgBoxView.kt @@ -127,10 +127,8 @@ class UnmannedMsgBoxView @JvmOverloads constructor( // msgBoxTabAdapter?.notifyItemInserted(0) isShowSummary = false } - } - else { - //暂时去掉域控连接异常消息 -// noticeList.add(0, msgBoxList) + } else { + noticeList.add(0, msgBoxList) // msgBoxTabAdapter?.notifyItemInserted(0) } }