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 9e925cf commit 30c1326Copy full SHA for 30c1326
ios/VydiaRNFileUploader.m
@@ -287,7 +287,6 @@ - (void)URLSession:(NSURLSession *)session
287
{
288
progress = 100.0 * (float)totalBytesSent / (float)totalBytesExpectedToSend;
289
}
290
-
291
[self _sendEventWithName:@"RNFileUploader-progress" body:@{ @"id": task.taskDescription, @"progress": [NSNumber numberWithFloat:progress] }];
292
293
0 commit comments