mac
2023-12-15 f4024a6113dc076ed13319e75840f4907f594f8f
app/src/main/java/com/hdl/photovoltaic/other/HdlOtaLogic.java
@@ -641,8 +641,10 @@
     * @param describe      描述文本
     */
    public void eventBusPost(String fileFullPath, String type, int progressValue, String describe) {
        HdlLogLogic.print("进度值====" + progressValue + "");
        if (this.stopDownload) {
            HdlFileLogic.getInstance().deleteFile(fileFullPath);//删除下载不完成数据;
            HdlFileLogic.getInstance().deleteFile(fileFullPath);//删除下载不完整数据;
            BaseEventBus baseEventBus = new BaseEventBus();
            baseEventBus.setTopic(localDownloadProgress);
            Progress progress = new Progress();
@@ -667,6 +669,8 @@
        EventBus.getDefault().post(baseEventBus);
//            }
//        });
    }