fix ios operator recovery live activity · openclaw/openclaw@8f6f18b
openclaw
·
2026-06-06
·
via Recent Commits to openclaw:main
Skip to content
Navigation Menu
Saved searches
Use saved searches to filter your results more quickly
Sign up
Commit 8f6f18b
fix ios operator recovery live activity
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|
@@ -2077,6 +2077,9 @@ extension NodeAppModel {
|
2077 | 2077 | if self.gatewayServerName != nil { |
2078 | 2078 | self.gatewayStatusText = "Connected" |
2079 | 2079 | } |
| 2080 | +if self.gatewayConnected { |
| 2081 | +LiveActivityManager.shared.handleReconnect() |
| 2082 | +} |
2080 | 2083 | } |
2081 | 2084 | |
2082 | 2085 | private func shouldKeepGatewayProblemStatus(forDisconnectReason reason: String) -> Bool { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments