marinofaggiana %!s(int64=4) %!d(string=hai) anos
pai
achega
d6e30c9468
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {