[8.0.0]系统重启增加点击系统重启后回到冷启动环节

This commit is contained in:
xuxinchao
2025-04-18 16:07:31 +08:00
parent b3b2c89367
commit 9e1e8ba591

View File

@@ -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()
}
}