marinofaggiana 4 years ago
parent
commit
8f23424ed6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Select/NCSelect.swift

+ 1 - 1
iOSClient/Select/NCSelect.swift

@@ -128,7 +128,7 @@ class NCSelect: UIViewController, UIGestureRecognizerDelegate, NCListCellDelegat
         refreshControl.addTarget(self, action: #selector(loadDatasource), for: .valueChanged)
         refreshControl.addTarget(self, action: #selector(loadDatasource), for: .valueChanged)
         
         
         // Empty
         // Empty
-        emptyDataSet = NCEmptyDataSet.init(view: collectionView, offset: 80, delegate: self)
+        emptyDataSet = NCEmptyDataSet.init(view: collectionView, offset: -120, delegate: self)
         
         
         // title button
         // title button
         buttonCancel.title = NSLocalizedString("_cancel_", comment: "")
         buttonCancel.title = NSLocalizedString("_cancel_", comment: "")