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

Commit

Permalink
Add missing argument to RNFetchBlobReq.java #388
Browse files Browse the repository at this point in the history
  • Loading branch information
wkh237 authored Jun 6, 2017
1 parent be00a24 commit 5e554ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/java/com/RNFetchBlob/RNFetchBlobReq.java
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ else if(this.options.fileCache)
try {
// use trusty SSL socket
if (this.options.trusty) {
clientBuilder = RNFetchBlobUtils.getUnsafeOkHttpClient();
clientBuilder = RNFetchBlobUtils.getUnsafeOkHttpClient(client);
} else {
clientBuilder = client.newBuilder();
}
Expand Down

0 comments on commit 5e554ac

Please sign in to comment.