Add preferred action to all alert dialogs.

This commit is contained in:
Maurice Parker
2021-01-11 19:57:14 -06:00
parent e8da13d086
commit bf6e4b5bf3
5 changed files with 6 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ private extension UIViewController {
}
alertController.addAction(credentialsAction)
alertController.preferredAction = credentialsAction
}