mac
2023-12-14 1c22df6f9f652b00fb64f523f1e2ee717fb4cc68
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);
//            }
//        });
    }