Skip to content
This repository was archived by the owner on Jul 1, 2022. It is now read-only.

Commit 27ba8c4

Browse files
Fixed issue #231
1 parent 9d9870e commit 27ba8c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ALCameraViewController/ViewController/CameraViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ open class CameraViewController: UIViewController {
171171
super.init(nibName: nil, bundle: nil)
172172
onCompletion = completion
173173
cameraOverlay.isHidden = !croppingParameters.isEnabled
174+
cameraOverlay.isUserInteractionEnabled = false
174175
libraryButton.isEnabled = allowsLibraryAccess
175176
libraryButton.isHidden = !allowsLibraryAccess
176177
swapButton.isEnabled = allowsSwapCameraOrientation

0 commit comments

Comments
 (0)