marinofaggiana 4 years ago
parent
commit
c8573493c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Viewer/NCViewerImage/NCViewerImage.swift

+ 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