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 dacacd1 commit 513b50dCopy full SHA for 513b50d
harmony/blobUtil/src/main/ets/ReactNativeBlobUtil/ReactNativeBlobUtilReq.ts
@@ -326,6 +326,9 @@ export default class ReactNativeBlobUtilReq {
326
this.sendDownloadProgress();
327
}
328
if (count === -1) {
329
+ if (this.downloadTimer) {
330
+ clearInterval(this.downloadTimer);
331
+ }
332
this.downloadTimer = setInterval(() => {
333
if (!this.downloadInfo?.totalSize) return;
334
0 commit comments