app/src/main/java/com/hdl/photovoltaic/other/HdlOtaLogic.java
@@ -642,7 +642,7 @@ */ public void eventBusPost(String fileFullPath, String type, int progressValue, String describe) { if (this.stopDownload) { HdlFileLogic.getInstance().deleteFile(fileFullPath);//删除下载不完成数据; HdlFileLogic.getInstance().deleteFile(fileFullPath);//删除下载不完整数据; BaseEventBus baseEventBus = new BaseEventBus(); baseEventBus.setTopic(localDownloadProgress); Progress progress = new Progress();