File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
WooCommerce/Classes/ViewRelated/Fancy Alerts Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ extension FancyAlertViewController {
77 controller. dismiss ( animated: true )
88 analytics. track ( . loginWhatIsJetpackHelpScreenOkButtonTapped)
99 }
10- let moreInfoButton = makeLearnMoreAboutJetpackButtonConfig ( )
10+ let moreInfoButton = makeLearnMoreAboutJetpackButtonConfig ( analytics : analytics )
1111 let config = FancyAlertViewController . Config ( titleText: Localization . whatIsJetpack,
1212 bodyText: Localization . whatIsJetpackLongDescription,
1313 headerImage: . whatIsJetpackImage,
@@ -105,6 +105,8 @@ private extension FancyAlertViewController {
105105 let safariViewController = SFSafariViewController ( url: url)
106106 safariViewController. modalPresentationStyle = . pageSheet
107107 controller. present ( safariViewController, animated: true )
108+
109+ analytics. track ( . loginWhatIsJetpackHelpScreenLearnMoreButtonTapped)
108110 }
109111 }
110112
You can’t perform that action at this time.
0 commit comments