We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11183c1 commit b80b0dcCopy full SHA for b80b0dc
1 file changed
Sources/Gallery/GalleryController.swift
@@ -68,7 +68,7 @@ public class GalleryController: UIViewController, PermissionControllerDelegate {
68
}
69
70
func makePagesController() -> PagesController? {
71
- guard Permission.Photos.status == .authorized else {
+ guard Permission.Photos.status == .authorized, Permission.Camera.status != .notDetermined else {
72
return nil
73
74
0 commit comments