Skip to content

Commit c16c4fc

Browse files
authored
Merge pull request #18589 from wordpress-mobile/fix/18521-qs-auto-suggestion
Quick Start for Existing Users: Fix suggestion for next tour after completing "View your site"
2 parents 69d514c + 43b72b1 commit c16c4fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WordPress/Classes/ViewRelated/Blog/Site Picker/SitePickerViewController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ extension SitePickerViewController {
243243
url: url,
244244
blog: blog,
245245
source: Constants.viewSiteSource,
246-
withDeviceModes: true
246+
withDeviceModes: true,
247+
onClose: self.startAlertTimer
247248
)
248249

249250
let navigationController = LightNavigationController(rootViewController: webViewController)

0 commit comments

Comments
 (0)