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

Commit fd76591

Browse files
author
Elad Gil
committed
added namespace to fetch
1 parent 41b9af5 commit fd76591

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/java/com/eko/RNBackgroundDownloaderModule.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ public RNBackgroundDownloaderModule(ReactApplicationContext reactContext) {
8080
loadConfigMap();
8181
FetchConfiguration fetchConfiguration = new FetchConfiguration.Builder(this.getReactApplicationContext())
8282
.setDownloadConcurrentLimit(4)
83+
.setNamespace("RNBackgroundDownloader")
8384
.build();
8485
fetch = Fetch.Impl.getInstance(fetchConfiguration);
8586
fetch.addListener(this);

0 commit comments

Comments
 (0)