Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 1a210ff

Browse files
committed
Merge branch '0.5.4' into 0.6.0
2 parents 82ebbb8 + 0fb4652 commit 1a210ff

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/android/src/main/java/com/RNFetchBlob/RNFetchBlobReq.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
package com.RNFetchBlob;
22

3-
import android.app.DownloadManager;
4-
import android.content.Context;
5-
import android.net.Uri;
6-
73
import com.facebook.react.bridge.Callback;
84
import com.facebook.react.bridge.ReactApplicationContext;
95
import com.facebook.react.bridge.ReadableArray;
@@ -102,6 +98,8 @@ public void run() {
10298

10399
try {
104100

101+
req = new AsyncHttpClient();
102+
105103
// use trusty SSL socket
106104
if(this.options.trusty) {
107105
KeyStore trustStore = KeyStore.getInstance(KeyStore.getDefaultType());

0 commit comments

Comments
 (0)