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); // } // }); }