Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed formatting
  • Loading branch information
PiotrMitkowski committed Sep 19, 2022
commit 1c2f621afccf66d9e5ba45ebff6ceaac0d3befe0
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ - (void)start {
*/
- (void)processImage:(UIImage *)localImage API_AVAILABLE(ios(14)) {
PHAsset *originalAsset;
// Only if requested, fetch the full "PHAsset" metadata, which requires "Photo Library Usage" permissions.
// Only if requested, fetch the full "PHAsset" metadata, which requires "Photo Library Usage"
// permissions.
if (self.requestFullMetadata) {
originalAsset = [FLTImagePickerPhotoAssetUtil getAssetFromPHPickerResult:self.result];
}
Expand Down