mirror of
https://github.com/zoriya/react-native-background-downloader.git
synced 2025-12-06 06:56:10 +00:00
fixed requiresMainQueueSetup not being static like it should
This commit is contained in:
@@ -33,7 +33,7 @@ RCT_EXPORT_MODULE();
|
||||
return dispatch_queue_create("com.eko.backgrounddownloader", DISPATCH_QUEUE_SERIAL);
|
||||
}
|
||||
|
||||
- (BOOL)requiresMainQueueSetup {
|
||||
+ (BOOL)requiresMainQueueSetup {
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user