Refactor DownloadFileOperation.java
- Extract code from run() into onDownloadSuccess(String tmpTargetFodlerPath); - Extract code from run() into moveFileToRealLocation(File tmpFile, File targetFile); and update code to avoid NPE and SecurityException - Increase patch version number
Loading
Please register or sign in to comment