Skip to content

Commit bdfb24f

Browse files
committed
Improve code comments
1 parent 4342c5a commit bdfb24f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/java/com/ReactNativeBlobUtil/ReactNativeBlobUtilReq.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ else if (this.options.fileCache)
419419
}
420420

421421
// wifiOnly. selects the first interface with wifi transport
422+
// if targetHostIp is available and it matches, this selection will be overriden
422423
if (!found) {
423424
clientBuilder.proxy(Proxy.NO_PROXY);
424425
clientBuilder.socketFactory(network.getSocketFactory());

0 commit comments

Comments
 (0)