From f4024a6113dc076ed13319e75840f4907f594f8f Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期五, 15 十二月 2023 14:14:34 +0800
Subject: [PATCH] 2023年12月15日14:14:24

---
 app/src/main/java/com/hdl/photovoltaic/other/HdlOtaLogic.java |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/app/src/main/java/com/hdl/photovoltaic/other/HdlOtaLogic.java b/app/src/main/java/com/hdl/photovoltaic/other/HdlOtaLogic.java
index 3eb589a..51d3304 100644
--- a/app/src/main/java/com/hdl/photovoltaic/other/HdlOtaLogic.java
+++ b/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);
 //            }
 //        });
+
+
     }
 
 

--
Gitblit v1.8.0