marinofaggiana 4 years ago
parent
commit
bf77709ae8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Main/Colleaction Common/NCCollectionViewCommon.swift

+ 1 - 1
iOSClient/Main/Colleaction Common/NCCollectionViewCommon.swift

@@ -115,7 +115,7 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
         refreshControl.addTarget(self, action: #selector(reloadDataSourceNetworkRefreshControl), for: .valueChanged)
         
         // Empty
-        emptyDataSet = NCEmptyDataSet.init(view: collectionView, offset: 100, delegate: self)
+        emptyDataSet = NCEmptyDataSet.init(view: collectionView, offset: 80, delegate: self)
         
         // 3D Touch peek and pop
         if traitCollection.forceTouchCapability == .available {