Skip to content

Commit 2180cf6

Browse files
committed
[LOOP-4483] Add cancel
1 parent 3607f41 commit 2180cf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Loop/Managers/Alerts/AlertManager.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,7 @@ extension AlertManager {
784784
confirmAction()
785785
exit(0)
786786
}))
787+
alert.addAction(UIAlertAction(title: "Cancel", style: .cancel))
787788

788789
alertPresenter.present(alert, animated: true)
789790
}

0 commit comments

Comments
 (0)