marinofaggiana 4 سال پیش
والد
کامیت
c8573493c8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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