From 92a0f09c26fb743c0c554ae992c5dc8488e41b8b Mon Sep 17 00:00:00 2001 From: Paolo Musolino Date: Fri, 24 Jan 2025 16:42:27 +0100 Subject: [PATCH] fix: modify `JetpackSetupCoordinator` to dismiss `progressView` with animation upon successful setup completion. --- .../ViewRelated/JetpackSetup/JetpackSetupCoordinator.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/WooCommerce/Classes/ViewRelated/JetpackSetup/JetpackSetupCoordinator.swift b/WooCommerce/Classes/ViewRelated/JetpackSetup/JetpackSetupCoordinator.swift index 044648c2546..f1b74ca5ead 100644 --- a/WooCommerce/Classes/ViewRelated/JetpackSetup/JetpackSetupCoordinator.swift +++ b/WooCommerce/Classes/ViewRelated/JetpackSetup/JetpackSetupCoordinator.swift @@ -273,6 +273,7 @@ private extension JetpackSetupCoordinator { } }) } + progressView.dismiss(animated: true) case .failure(let error): DDLogError("⛔️ Error fetching sites after Jetpack setup: \(error)")