From 9e1e8ba5910d9bcef28cd64d72aa17f6bd756653 Mon Sep 17 00:00:00 2001 From: xuxinchao Date: Fri, 18 Apr 2025 16:07:31 +0800 Subject: [PATCH] =?UTF-8?q?[8.0.0]=E7=B3=BB=E7=BB=9F=E9=87=8D=E5=90=AF?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=82=B9=E5=87=BB=E7=B3=BB=E7=BB=9F=E9=87=8D?= =?UTF-8?q?=E5=90=AF=E5=90=8E=E5=9B=9E=E5=88=B0=E5=86=B7=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E7=8E=AF=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../function/hmi/bone/toolkit/custom/ToolRestartSystemView.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/toolkit/custom/ToolRestartSystemView.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/toolkit/custom/ToolRestartSystemView.kt index 5eac10a8d1..6fd17e6b59 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/toolkit/custom/ToolRestartSystemView.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/toolkit/custom/ToolRestartSystemView.kt @@ -7,6 +7,7 @@ import androidx.constraintlayout.widget.ConstraintLayout import com.mogo.eagle.core.function.api.autopilot.IMoGoAutopilotStatusListener import com.mogo.eagle.core.function.call.autopilot.CallerAutoPilotControlManager import com.mogo.eagle.core.function.call.autopilot.CallerAutoPilotStatusListenerManager +import com.mogo.eagle.core.function.call.hmi.CallerHmiManager import com.mogo.eagle.core.function.hmi.R import com.mogo.eagle.core.function.hmi.ui.tools.DockerRebootDialog import com.mogo.eagle.core.utilcode.mogo.logger.CallerLogger @@ -63,6 +64,8 @@ class ToolRestartSystemView @JvmOverloads constructor( CallerLogger.d("$M_HMI$TAG", "reboot confirm") CallerAutoPilotControlManager.sendIpcReboot() ToastUtils.showLong("重启命令已发送") + //打开冷启动页面 + CallerHmiManager.showColdStartWindow() } }