Skip to content

Commit

Permalink
Should not auto dismiss, let the delegate do that
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Oct 4, 2017
1 parent 1d05ccb commit 3a65411
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/ImagePickerController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ extension ImagePickerController: BottomContainerViewDelegate {
}

func cancelButtonDidPress() {
dismiss(animated: true, completion: nil)
delegate?.cancelButtonDidPress(self)
}

Expand Down

0 comments on commit 3a65411

Please sign in to comment.