@roitium/expo-orpheus 0.4.2 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -326,7 +326,7 @@ class ExpoOrpheusModule : Module() {
|
|
|
326
326
|
context,
|
|
327
327
|
OrpheusDownloadService::class.java,
|
|
328
328
|
downloadRequest,
|
|
329
|
-
|
|
329
|
+
false
|
|
330
330
|
)
|
|
331
331
|
}
|
|
332
332
|
|
|
@@ -340,7 +340,7 @@ class ExpoOrpheusModule : Module() {
|
|
|
340
340
|
context,
|
|
341
341
|
OrpheusDownloadService::class.java,
|
|
342
342
|
downloadRequest,
|
|
343
|
-
|
|
343
|
+
false
|
|
344
344
|
)
|
|
345
345
|
}
|
|
346
346
|
return@AsyncFunction
|