mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 05:12:15 +00:00
iOS: resume pairing clears paused state
This commit is contained in:
committed by
Mariano Belinky
parent
4825bb52c4
commit
b0f7428c29
@@ -661,6 +661,7 @@ struct OnboardingWizardView: View {
|
||||
private func resumeAfterPairingApproval() {
|
||||
// We intentionally stop reconnect churn while unpaired to avoid generating multiple pending requests.
|
||||
self.appModel.gatewayAutoReconnectEnabled = true
|
||||
self.appModel.gatewayPairingPaused = false
|
||||
self.connectMessage = "Retrying after approval…"
|
||||
self.statusLine = "Retrying after approval…"
|
||||
Task { await self.retryLastAttempt() }
|
||||
|
||||
Reference in New Issue
Block a user