Skip to content

Commit cebe2fc

Browse files
Update ImagePickerController.swift
1 parent 01c7a04 commit cebe2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)