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 f5ee9a5 commit 93575fcCopy full SHA for 93575fc
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