diff --git a/iphone/Maps/UI/Welcome/WhatsNew/WhatsNewBuilder.swift b/iphone/Maps/UI/Welcome/WhatsNew/WhatsNewBuilder.swift index 28f780b463..5387858eb0 100644 --- a/iphone/Maps/UI/Welcome/WhatsNew/WhatsNewBuilder.swift +++ b/iphone/Maps/UI/Welcome/WhatsNew/WhatsNewBuilder.swift @@ -5,6 +5,7 @@ class WhatsNewBuilder { title: "whatsnew_trial_title", text: "whatsnew_trial_message", buttonNextTitle: "whatsnew_trial_cta", + isCloseButtonHidden: false, action: { let subscribeViewController = SubscriptionViewBuilder.build(type: .allPass, parentViewController: MapViewController.shared(), @@ -12,7 +13,11 @@ class WhatsNewBuilder { successDialog: .goToCatalog, completion: nil) MapViewController.shared().present(subscribeViewController, animated: true) - }) + }), + WhatsNewPresenter.WhatsNewConfig(image: UIImage(named: "img_whatsnew_trial.png"), + title: "whatsnew_trial_title", + text: "whatsnew_trial_message", + buttonNextTitle: "done") ] }