ThinDownloadManager icon indicating copy to clipboard operation
ThinDownloadManager copied to clipboard

onProgress still fire (once) after onDownloadFailed via lost connection

Open dreasn opened this issue 8 years ago • 1 comments

I turned off any connections (wifi and mobile data) while the download still in progress. The log cat shows onProgress still fire once after onDownloadFailed.

dreasn avatar Feb 02 '17 04:02 dreasn

i realized that too, so my workaround is to only update progress if the download didn't complete/fail before. Best fix would be to do this check before calling the listener in the library.

mrStudent123 avatar Feb 23 '17 23:02 mrStudent123