Skip to content

Commit 0b1436f

Browse files
authored
fix: modify JetpackSetupCoordinator to dismiss progressView upon successful setup completion (#14981)
2 parents 6f5ce79 + 3b7238b commit 0b1436f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/Classes/ViewRelated/JetpackSetup/JetpackSetupCoordinator.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ private extension JetpackSetupCoordinator {
271271
if site.isJetpackCPConnected {
272272
self?.presentJCPJetpackInstallFlow()
273273
}
274+
progressView.dismiss(animated: true)
274275
})
275276
}
276277

0 commit comments

Comments
 (0)