|
@@ -1408,7 +1408,6 @@ extension NCCollectionViewCommon: UICollectionViewDataSource {
|
|
|
cell.delegate = self
|
|
|
|
|
|
cell.objectId = metadata.ocId
|
|
|
- cell.indexPath = indexPath
|
|
|
cell.labelTitle.text = metadata.fileNameView
|
|
|
cell.labelTitle.textColor = NCBrandColor.shared.label
|
|
|
cell.labelInfo.text = ""
|
|
@@ -1602,7 +1601,6 @@ extension NCCollectionViewCommon: UICollectionViewDataSource {
|
|
|
cell.delegate = self
|
|
|
|
|
|
cell.objectId = metadata.ocId
|
|
|
- cell.indexPath = indexPath
|
|
|
cell.labelTitle.text = metadata.fileNameView
|
|
|
cell.labelTitle.textColor = NCBrandColor.shared.label
|
|
|
|