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 fd888f1 commit 043a774Copy full SHA for 043a774
WooCommerce/Classes/Authentication/Navigation Exceptions/JetpackErrorViewModel.swift
@@ -58,7 +58,7 @@ struct JetpackErrorViewModel: ULErrorViewModel {
58
}
59
60
func didTapAuxiliaryButton(in viewController: UIViewController?) {
61
- let fancyAlert = FancyAlertViewController.makeWhatIsJetpackAlertController()
+ let fancyAlert = FancyAlertViewController.makeWhatIsJetpackAlertController(analytics: analytics)
62
fancyAlert.modalPresentationStyle = .custom
63
fancyAlert.transitioningDelegate = AppDelegate.shared.tabBarController
64
viewController?.present(fancyAlert, animated: true)
0 commit comments