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 8ee728e commit 92a46a2Copy full SHA for 92a46a2
android/src/main/java/com/RNFetchBlob/RNFetchBlobReq.java
@@ -592,7 +592,7 @@ private void done(Response resp) {
592
RNFetchBlobFileResp rnFetchBlobFileResp = (RNFetchBlobFileResp) responseBody;
593
594
if(rnFetchBlobFileResp != null && !rnFetchBlobFileResp.isDownloadComplete()){
595
- callback.invoke("RNFetchBlob failed. Download interrupted.", null);
+ callback.invoke("Download interrupted.", null);
596
}
597
else {
598
this.destPath = this.destPath.replace("?append=true", "");
0 commit comments