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

Commit 1d1e3bb

Browse files
author
Elad Gil
committed
forogt some stuff
1 parent 1d38be3 commit 1d1e3bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/RNBackgroundDownloader.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2017 Eko. All rights reserved.
77
//
88
//
9-
#import "RNBackgroundDownload.h"
9+
#import "RNBackgroundDownloader.h"
1010
#import "RNBGDTaskConfig.h"
1111

1212
#define URL_TO_CONFIG_MAP_KEY @"com.eko.bgdownloadmap"
@@ -30,7 +30,7 @@ @implementation RNBackgroundDownloader {
3030

3131
- (dispatch_queue_t)methodQueue
3232
{
33-
return dispatch_queue_create("com.eko.backgrounddownload", DISPATCH_QUEUE_SERIAL);
33+
return dispatch_queue_create("com.eko.backgrounddownloader", DISPATCH_QUEUE_SERIAL);
3434
}
3535

3636
- (BOOL)requiresMainQueueSetup {

0 commit comments

Comments
 (0)