We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f3ee0 commit 40a67a4Copy full SHA for 40a67a4
WooCommerce/Classes/Authentication/Navigation Exceptions/JetpackSetupWebViewModel.swift
@@ -45,7 +45,7 @@ final class JetpackSetupWebViewModel: PluginSetupWebViewModel {
45
switch url {
46
// When the web view is about to navigate to the redirect URL for mobile, we can assume that the setup has completed.
47
case Constants.mobileRedirectURL:
48
- DispatchQueue.main.async { [weak self] in
+ await MainActor.run { [weak self] in
49
self?.handleSetupCompletion()
50
}
51
return .cancel
0 commit comments