marinofaggiana 4 years ago
parent
commit
4b59f7336f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Activity/NCActivity.swift

+ 1 - 1
iOSClient/Activity/NCActivity.swift

@@ -53,7 +53,7 @@ class NCActivity: UIViewController, NCEmptyDataSetDelegate {
         self.title = NSLocalizedString("_activity_", comment: "")
 
         // Empty
-        emptyDataSet = NCEmptyDataSet.init(view: tableView, offset: 80, delegate: self)
+        emptyDataSet = NCEmptyDataSet.init(view: tableView, offset: 0, delegate: self)
         
         tableView.allowsSelection = false
         tableView.separatorColor = UIColor.clear