diff --git a/Delta/Extensions/PHPhotoLibrary+Authorization.swift b/Delta/Extensions/PHPhotoLibrary+Authorization.swift index f9f90be..1bd5759 100644 --- a/Delta/Extensions/PHPhotoLibrary+Authorization.swift +++ b/Delta/Extensions/PHPhotoLibrary+Authorization.swift @@ -16,10 +16,10 @@ extension PHPhotoLibrary PHPhotoLibrary.requestAuthorization(for: .addOnly, handler: { success in switch success { - case .authorized: + case .authorized, .limited: code() - case .denied, .restricted, .notDetermined, .limited: + case .denied, .restricted, .notDetermined: break } })