Prechádzať zdrojové kódy

【2025】【工具】压缩按钮点击无效问题修复

lizhe 1 mesiac pred
rodič
commit
e5ee3369d7

+ 2 - 0
PDF Office/PDF Master/KMClass/KMPDFViewController/KMMainViewController.swift

@@ -3513,6 +3513,8 @@ extension KMMainViewController {
                     self.showCompress(model: model)
                 }
             }
+        } else {
+            self.showCompress(model: model)
         }
     }