app/src/main/java/com/hdl/photovoltaic/other/HdlOtaLogic.java
@@ -627,12 +627,13 @@ if (this.stopDownload) { HdlFileLogic.getInstance().deleteFile(fileFullPath);//删除下载不完整数据; // HdlFileLogic.getInstance().deleteFile(fileFullPath);//删除下载不完整数据; //取消下载广播一次 BaseEventBus baseEventBus = new BaseEventBus(); baseEventBus.setTopic(localDownloadProgress); Progress progress = new Progress(); progress.step = -108; progress.describe = "用户取消下载."; progress.describe = describe; baseEventBus.setType(type); baseEventBus.setData(progress); EventBus.getDefault().post(baseEventBus);