Skip to content

Commit de779ae

Browse files
committed
Update example
1 parent 1785822 commit de779ae

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Example/stork-controller/ModalViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ModalViewController: UIViewController {
3535
extension ModalViewController: SPStorkControllerConfirmDelegate {
3636

3737
var needConfirm: Bool {
38-
true
38+
return false
3939
}
4040

4141
func confirm(_ completion: @escaping (Bool) -> ()) {

0 commit comments

Comments
 (0)