소스 검색

improvements

marinofaggiana 4 년 전
부모
커밋
6c53ec9d48
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iOSClient/Viewer/NCViewerImage/NCViewerImageZoom.swift

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

@@ -200,7 +200,7 @@ class NCViewerImageZoom: UIViewController {
             }
             
             // CLOSE DETAIL
-            if (imageView.center.y > view.center.y + 50) || (deltaY < -40) || (topPoint.y + 40 < currentLocation.y) {
+            if (imageView.center.y > view.center.y + 50) || (deltaY < -70) || (topPoint.y + 70 < currentLocation.y) {
                 
                 if detailView.isShow() {
                     detailView.hide()