Browse Source

improvements

marinofaggiana 4 năm trước cách đây
mục cha
commit
6c53ec9d48
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()