diff --git a/Sources/Controller/ImagePickerController+Closure.swift b/Sources/Controller/ImagePickerController+Closure.swift index 05a9a639..f5d21186 100644 --- a/Sources/Controller/ImagePickerController+Closure.swift +++ b/Sources/Controller/ImagePickerController+Closure.swift @@ -57,7 +57,8 @@ import Photos if #available(iOS 14, *) { PHPhotoLibrary.requestAuthorization(for: .readWrite) { (status) in switch status { - case .authorized: + case .authorized, + .limited: DispatchQueue.main.async(execute: authorized) default: break