Skip to content

Commit

Permalink
Update ImagePickerController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedAbdallah-14 authored Sep 19, 2020
1 parent 01c7a04 commit cebe2fc
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 cebe2fc

Please sign in to comment.