Merge pull request #28 from GenomeUS/fix-all-mediatypes-order
[FIX][iOS] All mediaTypes return order
This commit is contained in:
commit
6749ff933c
|
@ -61,7 +61,8 @@ RCT_ENUM_CONVERTER(PHAssetCollectionSubtype, (@{
|
|||
"'videos' or 'all'.", mediaType);
|
||||
}
|
||||
// This case includes the "all" mediatype
|
||||
return nil;
|
||||
PHFetchOptions *const options = [PHFetchOptions new];
|
||||
return options;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue