|
@@ -351,7 +351,6 @@ class NCShareExtension: UIViewController, NCListCellDelegate, NCEmptyDataSetDele
|
|
|
self.tableView.isScrollEnabled = false
|
|
|
}
|
|
|
// Label upload button
|
|
|
- numberFilesName = filesName.count
|
|
|
uploadLabel.text = NSLocalizedString("_upload_", comment: "") + " \(numberFilesName) " + NSLocalizedString("_files_", comment: "")
|
|
|
// Empty
|
|
|
emptyDataSet = NCEmptyDataSet.init(view: collectionView, offset: -50*counter, delegate: self)
|