mirror of
https://github.com/zoriya/react-native-background-downloader.git
synced 2025-12-06 06:56:10 +00:00
forogt some stuff
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
// Copyright © 2017 Eko. All rights reserved.
|
||||
//
|
||||
//
|
||||
#import "RNBackgroundDownload.h"
|
||||
#import "RNBackgroundDownloader.h"
|
||||
#import "RNBGDTaskConfig.h"
|
||||
|
||||
#define URL_TO_CONFIG_MAP_KEY @"com.eko.bgdownloadmap"
|
||||
@@ -30,7 +30,7 @@ RCT_EXPORT_MODULE();
|
||||
|
||||
- (dispatch_queue_t)methodQueue
|
||||
{
|
||||
return dispatch_queue_create("com.eko.backgrounddownload", DISPATCH_QUEUE_SERIAL);
|
||||
return dispatch_queue_create("com.eko.backgrounddownloader", DISPATCH_QUEUE_SERIAL);
|
||||
}
|
||||
|
||||
- (BOOL)requiresMainQueueSetup {
|
||||
|
||||
Reference in New Issue
Block a user