mac
2023-12-21 f9956641e92cce3ece4cdff523a6e453f159d268
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);