|
@@ -592,7 +592,7 @@ public class RNFetchBlobReq extends BroadcastReceiver implements Runnable {
|
592
|
592
|
RNFetchBlobFileResp rnFetchBlobFileResp = (RNFetchBlobFileResp) responseBody;
|
593
|
593
|
|
594
|
594
|
if(rnFetchBlobFileResp != null && !rnFetchBlobFileResp.isDownloadComplete()){
|
595
|
|
- callback.invoke("RNFetchBlob failed. Download interrupted.", null);
|
|
595
|
+ callback.invoke("Download interrupted.", null);
|
596
|
596
|
}
|
597
|
597
|
else {
|
598
|
598
|
this.destPath = this.destPath.replace("?append=true", "");
|