marinofaggiana 4 жил өмнө
parent
commit
c8573493c8

+ 1 - 1
iOSClient/Viewer/NCViewerImage/NCViewerImage.swift

@@ -33,7 +33,7 @@ class NCViewerImage: UIViewController {
     enum ScreenMode {
         case full, normal
     }
-    var currentMode: ScreenMode = .full
+    var currentMode: ScreenMode = .normal
         
     var pageViewController: UIPageViewController {
         return self.children[0] as! UIPageViewController