Skip to content

Commit e7c7047

Browse files
committed
Fix #24244: Dismiss the 'Delete Site' view controller
1 parent ed93820 commit e7c7047

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

WordPress/Classes/ViewRelated/Blog/Site Management/DeleteSiteViewController.swift

+3
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ open class DeleteSiteViewController: UITableViewController {
261261

262262
// Pop the primary navigation controller back to the sites list
263263
primaryNavigationController.popToRootViewController(animated: true)
264+
} else if let presentingViewController {
265+
// This view is presented as a modal on iPad.
266+
presentingViewController.dismiss(animated: true)
264267
}
265268
}
266269

0 commit comments

Comments
 (0)