We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c7a04 commit cebe2fcCopy full SHA for cebe2fc
Source/ImagePickerController.swift
@@ -236,7 +236,7 @@ open class ImagePickerController: UIViewController {
236
237
NotificationCenter.default.addObserver(self,
238
selector: #selector(dismissIfNeeded),
239
- name: NSNotification.Name(rawValue: ImageStack.Notifications.imageDidDrop),
+ name: NSNotification.Name(rawValue: ImageStack.Notifications.imageDidPush),
240
object: nil)
241
242
0 commit comments