소스 검색

Merge branch 'develop_2025' of git.kdan.cc:Mac_PDF/PDF_Office into develop_2025

niehaoyu 2 달 전
부모
커밋
5b57b99111
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      PDF Office/PDF Master/KMClass/PDFListView/ViewController/KMNAlertTipViewController.swift

+ 1 - 1
PDF Office/PDF Master/KMClass/PDFListView/ViewController/KMNAlertTipViewController.swift

@@ -336,7 +336,7 @@ class KMNAlertTipViewController: KMNBaseViewController {
             alertHeight += 32.0
         }
         
-        if OCRComponentAlert.superview != nil {
+        if OCRComponentAlert.superview != nil && OCRComponentAlert.isHidden == false {
             if alertHeight > 0 {
                 alertHeight += 1
             }