This commit is contained in:
Hagen Hübel 2017-09-26 05:59:47 +02:00
parent bcf81df6f8
commit 252cd5a3e5

View File

@ -723,7 +723,6 @@ RCT_EXPORT_METHOD(copyAssetsVideoIOS: (NSString *) imageUri
NSLog(@"video failure");
}
dispatch_group_leave(group);
// use URL to get file content
}
}];
dispatch_group_wait(group, DISPATCH_TIME_FOREVER);