[FIX][iOS] All mediaTypes return order
This fixes the wrong return order when you fetch photos/videos (all)
This commit is contained in:
parent
132af3166d
commit
c66cc4fb49
|
@ -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