We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae287c commit 6e79b07Copy full SHA for 6e79b07
ios/src/ImageCropPicker.m
@@ -464,7 +464,7 @@ - (void) handleVideo:(AVAsset*)asset withFileName:(NSString*)fileName withLocalI
464
- (void) getVideoAsset:(PHAsset*)forAsset completion:(void (^)(NSDictionary* image))completion {
465
PHImageManager *manager = [PHImageManager defaultManager];
466
PHVideoRequestOptions *options = [[PHVideoRequestOptions alloc] init];
467
- options.version = PHVideoRequestOptionsVersionOriginal;
+ options.version = PHVideoRequestOptionsVersionCurrent;
468
options.networkAccessAllowed = YES;
469
options.deliveryMode = PHVideoRequestOptionsDeliveryModeHighQualityFormat;
470
0 commit comments