marinofaggiana 4 years ago
parent
commit
2e49d8ec27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Trash/NCTrash.swift

+ 1 - 1
iOSClient/Trash/NCTrash.swift

@@ -85,7 +85,7 @@ class NCTrash: UIViewController, UIGestureRecognizerDelegate, NCTrashListCellDel
         refreshControl.addTarget(self, action: #selector(loadListingTrash), for: .valueChanged)
         
         // Empty
-        emptyDataSet = NCEmptyDataSet.init(view: collectionView, offset: 80, delegate: self)
+        emptyDataSet = NCEmptyDataSet.init(view: collectionView, offset: 50, delegate: self)
         
         NotificationCenter.default.addObserver(self, selector: #selector(changeTheming), name: NSNotification.Name(rawValue: k_notificationCenter_changeTheming), object: nil)
         NotificationCenter.default.addObserver(self, selector: #selector(reloadDataSource), name: NSNotification.Name(rawValue: k_notificationCenter_reloadDataSource), object: nil)