iOS: resume pairing clears paused state

This commit is contained in:
Mariano Belinky 2026-02-15 16:24:08 +00:00 committed by Mariano Belinky
parent 4825bb52c4
commit b0f7428c29
1 changed files with 1 additions and 0 deletions

View File

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