marinofaggiana 4 سال پیش
والد
کامیت
442bf470f4
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      iOSClient/Viewer/NCViewerImage/NCViewerImage.swift
  2. 1 1
      iOSClient/Viewer/NCViewerImage/NCViewerImageZoom.swift

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

@@ -754,7 +754,7 @@ extension NCViewerImage: NCViewerImageZoomDelegate {
         let ext = CCUtility.getExtension(metadata.fileNameView)
         
         // NO PREVIEW
-        if  viewerImageZoom.noPreview {
+        if viewerImageZoom.noPreview {
             
         }
         

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

@@ -190,7 +190,7 @@ class NCViewerImageZoom: UIViewController {
             detailViewTopConstraint.constant = -imageViewBottomConstraint.constant
             
             // DISMISS
-            if imageView.center.y > view.center.y + 125 {
+            if imageView.center.y > view.center.y + 100 {
                 
                 delegate?.dismissImageZoom()
             }