Skip to content

Commit

Permalink
Merge pull request hyperoslo#466 from MohamedAbdallah-14/Fix-Single-S…
Browse files Browse the repository at this point in the history
…election

Fix single selection
  • Loading branch information
3lvis authored Oct 4, 2020
2 parents 4e5fca8 + cebe2fc commit 079f350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ImagePickerController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ open class ImagePickerController: UIViewController {

NotificationCenter.default.addObserver(self,
selector: #selector(dismissIfNeeded),
name: NSNotification.Name(rawValue: ImageStack.Notifications.imageDidDrop),
name: NSNotification.Name(rawValue: ImageStack.Notifications.imageDidPush),
object: nil)

NotificationCenter.default.addObserver(self,
Expand Down

0 comments on commit 079f350

Please sign in to comment.