marinofaggiana 4 년 전
부모
커밋
d6e30c9468
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iOSClient/Main/NCSplitViewController.swift

+ 1 - 1
iOSClient/Main/NCSplitViewController.swift

@@ -79,7 +79,7 @@ class NCSplitViewController: UISplitViewController {
             }
         }
         
-        if fraction == 1 {
+        if fraction == 1 || self.isCollapsed {
            if UIScreen.main.bounds.width > UIScreen.main.bounds.height {
                self.maximumPrimaryColumnWidth = max(UIScreen.main.bounds.width - gap, UIScreen.main.bounds.height - gap)
            } else {