Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Dec 24, 2014
1 parent 6c51c7b commit 920b9dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ios/SOSPicker.m
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ - (void)elcImagePickerController:(ELCImagePickerController *)picker didFinishPic
@autoreleasepool {
ALAssetRepresentation *assetRep = [asset defaultRepresentation];
CGImageRef imgRef = NULL;

NSURL* _url = [defaultRepresentation url];
[resultStrings addObject:[_url absoluteString]];
//defaultRepresentation returns image as it appears in photo picker, rotated and sized,
//so use UIImageOrientationUp when creating our image below.
if (picker.returnsOriginalImage) {
Expand Down

0 comments on commit 920b9dc

Please sign in to comment.