Skip to content

Commit 043a774

Browse files
committed
Inject analytics to makeWhatIsJetpackAlertController
1 parent fd888f1 commit 043a774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Authentication/Navigation Exceptions/JetpackErrorViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ struct JetpackErrorViewModel: ULErrorViewModel {
5858
}
5959

6060
func didTapAuxiliaryButton(in viewController: UIViewController?) {
61-
let fancyAlert = FancyAlertViewController.makeWhatIsJetpackAlertController()
61+
let fancyAlert = FancyAlertViewController.makeWhatIsJetpackAlertController(analytics: analytics)
6262
fancyAlert.modalPresentationStyle = .custom
6363
fancyAlert.transitioningDelegate = AppDelegate.shared.tabBarController
6464
viewController?.present(fancyAlert, animated: true)

0 commit comments

Comments
 (0)