diff --git a/Sources/Gallery/GalleryController.swift b/Sources/Gallery/GalleryController.swift index f442b066..9dbe694d 100644 --- a/Sources/Gallery/GalleryController.swift +++ b/Sources/Gallery/GalleryController.swift @@ -68,7 +68,7 @@ public class GalleryController: UIViewController, PermissionControllerDelegate { } func makePagesController() -> PagesController? { - guard Permission.Photos.status == .authorized else { + guard Permission.Photos.status == .authorized, Permission.Camera.status != .notDetermined else { return nil }