Skip to content

Commit 689ce2a

Browse files
committed
Fix #24244: Dismiss the 'Delete Site' view controller
1 parent b945158 commit 689ce2a

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
@@ -260,6 +260,9 @@ open class DeleteSiteViewController: UITableViewController {
260260

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

0 commit comments

Comments
 (0)