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.
2 parents f5ee9a5 + 93575fc commit 32d6715Copy full SHA for 32d6715
Sources/CodeScanner/ScannerViewController.swift
@@ -76,6 +76,7 @@ extension CodeScannerView {
76
77
public func imagePickerControllerDidCancel(_ picker: UIImagePickerController) {
78
isGalleryShowing = false
79
+ dismiss(animated: true, completion: nil)
80
}
81
82
#if targetEnvironment(simulator)
0 commit comments