|
@@ -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 {
|