Skip to content
Open
Changes from all commits
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
6 changes: 3 additions & 3 deletions ios/src/ImageCropPicker.m
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ - (void) handleVideo:(AVAsset*)asset withFileName:(NSString*)fileName withLocalI

completion([self createAttachmentResponse:[outputURL absoluteString]
withExif:nil
withSourceURL:[sourceURL absoluteString]
withSourceURL:[sourceURL relativePath]
withLocalIdentifier:localIdentifier
withFilename:fileName
withWidth:[NSNumber numberWithFloat:track.naturalSize.width]
Expand Down Expand Up @@ -629,7 +629,7 @@ - (void)qb_imagePickerController:

[selections addObject:[self createAttachmentResponse:filePath
withExif: exif
withSourceURL:[sourceURL absoluteString]
withSourceURL:[sourceURL relativePath]
withLocalIdentifier: phAsset.localIdentifier
withFilename: [phAsset valueForKey:@"filename"]
withWidth:imageResult.width
Expand Down Expand Up @@ -700,7 +700,7 @@ - (void)qb_imagePickerController:
[self processSingleImagePick:[UIImage imageWithData:imageData]
withExif: exif
withViewController:imagePickerController
withSourceURL:[sourceURL absoluteString]
withSourceURL:[sourceURL relativePath]
withLocalIdentifier:phAsset.localIdentifier
withFilename:[phAsset valueForKey:@"filename"]
withCreationDate:phAsset.creationDate
Expand Down