file-downloader
file-downloader copied to clipboard
Attempt to invoke virtual method 'long org.wlf.filedownloader.DownloadFileInfo.getDownloadedSizeLong()' on a null object reference
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!
method getFileSizeLong() has the same problem.