Skip to content

Commit 4073093

Browse files
committed
Fix missing Android import
fix
1 parent d00bd91 commit 4073093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ else if(this.options.fileCache)
192192
try {
193193
// use trusty SSL socket
194194
if (this.options.trusty) {
195-
clientBuilder = RNFetchBlobUtils.getUnsafeOkHttpClient();
195+
clientBuilder = RNFetchBlobUtils.getUnsafeOkHttpClient(client);
196196
} else {
197197
clientBuilder = client.newBuilder();
198198
}

0 commit comments

Comments
 (0)