Skip to content
This repository was archived by the owner on Feb 27, 2022. It is now read-only.

Commit df7572d

Browse files
authored
Merge pull request #25 from NeliHarbuzava/patch-1
Update README.md
2 parents 8a28733 + eb92721 commit df7572d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In your `AppDelegate.m` add the following code:
6666

6767
...
6868

69-
- (void)application:(UIApplication *)application handleEventsForBackgroundURLSession:(NSString *)identifier completionHandler:(void (^)())completionHandler
69+
- (void)application:(UIApplication *)application handleEventsForBackgroundURLSession:(NSString *)identifier completionHandler:(void (^)(void))completionHandler
7070
{
7171
[RNBackgroundDownloader setCompletionHandlerWithIdentifier:identifier completionHandler:completionHandler];
7272
}

0 commit comments

Comments
 (0)