Don't crash on iPad when logging out of all accounts (IOS-245)

This commit is contained in:
Nathan Mattes 2024-04-23 14:39:22 +02:00
parent 0ca3d773b5
commit be01db62b7
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ extension AccountListViewController: UITableViewDelegate {
}
alert.addAction(logoutAction)
alert.popoverPresentationController?.sourceView = tableView.cellForRow(at: indexPath)
let cancelAction = UIAlertAction(title: L10n.Common.Controls.Actions.cancel, style: .default)
alert.addAction(cancelAction)