mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-04 13:59:23 +01:00
Pop add controller to go back to settings after an account add
This commit is contained in:
parent
fd02f8be11
commit
a697f98228
@ -42,6 +42,7 @@ class AddAccountViewController: UITableViewController, AddAccountDismissDelegate
|
||||
|
||||
func dismiss(_ viewController: UIViewController) {
|
||||
viewController.dismiss(animated: true, completion: nil)
|
||||
navigationController?.popViewController(animated: false)
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user