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

Commit 439f36a

Browse files
author
Elad Gil
committed
fixed requiresMainQueueSetup not being static like it should
1 parent 083f67d commit 439f36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNBackgroundDownloader.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ - (dispatch_queue_t)methodQueue
3333
return dispatch_queue_create("com.eko.backgrounddownloader", DISPATCH_QUEUE_SERIAL);
3434
}
3535

36-
- (BOOL)requiresMainQueueSetup {
36+
+ (BOOL)requiresMainQueueSetup {
3737
return YES;
3838
}
3939

0 commit comments

Comments
 (0)