wlfcolin / file-downloader

FileDownloader, powerful http/https file download tool on Android
Apache License 2.0
384 stars 152 forks source link

Attempt to invoke virtual method 'long org.wlf.filedownloader.DownloadFileInfo.getDownloadedSizeLong()' on a null object reference #31

Open behnam32 opened 7 years ago

behnam32 commented 7 years ago

by invoking FileDownloader.getDownloadFile("some url).getDownloadedSizeLong(); befor starting download ,app gets crash and this is specific that getDownloadedSizeLong() is not initialized ! this should give 0 befor downloading not null!

behnam32 commented 7 years ago

method getFileSizeLong() has the same problem.