mirror of https://github.com/openclaw/openclaw.git
iOS: resume pairing clears paused state
This commit is contained in:
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() }
|
||||
|
|
|
|||
Loading…
Reference in New Issue