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 3d74605 + 273e720 commit 7848896Copy full SHA for 7848896
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