|
@@ -291,9 +291,6 @@ class NCCollectionCommon: NSObject {
|
|
cell.imageStatus.image = NCCollectionCommonImages.cellLivePhotoImage
|
|
cell.imageStatus.image = NCCollectionCommonImages.cellLivePhotoImage
|
|
}
|
|
}
|
|
|
|
|
|
- // Button Share
|
|
|
|
- cell.hideButtonShare(status: metadata.e2eEncrypted)
|
|
|
|
-
|
|
|
|
// Remove last separator
|
|
// Remove last separator
|
|
if collectionView.numberOfItems(inSection: indexPath.section) == indexPath.row + 1 {
|
|
if collectionView.numberOfItems(inSection: indexPath.section) == indexPath.row + 1 {
|
|
cell.separator.isHidden = true
|
|
cell.separator.isHidden = true
|