| | |
| | | } |
| | | |
| | | private void showInitialMowerSelfCheckDialogIfNeeded() { |
| | | zijian.showInitialPromptIfNeeded(this, this::showRemoteControlDialog); |
| | | // 已移除进入主页时的自检提示(按用户要求删除) |
| | | // 以前这里会调用 zijian.showInitialPromptIfNeeded(...) 展示自检对话框,现已禁用。 |
| | | } |
| | | |
| | | private void applyIdleTrailDurationFromSettings() { |
| | |
| | | return; |
| | | } |
| | | if (startButtonShowingPause) { |
| | | if (!zijian.ensureBeforeMowing(this, this::showRemoteControlDialog)) { |
| | | return; |
| | | } |
| | | // 点击开始按钮时不再弹出自检提示(按用户要求删除) |
| | | // 旧逻辑:调用 zijian.ensureBeforeMowing(...) 并在未确认自检时阻止开始 |
| | | // 新逻辑:直接允许开始作业 |
| | | } |
| | | startButtonShowingPause = !startButtonShowingPause; |
| | | if (!startButtonShowingPause) { |