We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be00a24 commit 5e554acCopy full SHA for 5e554ac
android/src/main/java/com/RNFetchBlob/RNFetchBlobReq.java
@@ -192,7 +192,7 @@ else if(this.options.fileCache)
192
try {
193
// use trusty SSL socket
194
if (this.options.trusty) {
195
- clientBuilder = RNFetchBlobUtils.getUnsafeOkHttpClient();
+ clientBuilder = RNFetchBlobUtils.getUnsafeOkHttpClient(client);
196
} else {
197
clientBuilder = client.newBuilder();
198
}
0 commit comments