Skip to content

Commit 079f350

Browse files
authored
Merge pull request hyperoslo#466 from MohamedAbdallah-14/Fix-Single-Selection
Fix single selection
2 parents 4e5fca8 + cebe2fc commit 079f350

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/ImagePickerController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ open class ImagePickerController: UIViewController {
236236

237237
NotificationCenter.default.addObserver(self,
238238
selector: #selector(dismissIfNeeded),
239-
name: NSNotification.Name(rawValue: ImageStack.Notifications.imageDidDrop),
239+
name: NSNotification.Name(rawValue: ImageStack.Notifications.imageDidPush),
240240
object: nil)
241241

242242
NotificationCenter.default.addObserver(self,

0 commit comments

Comments
 (0)