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