Browse Source

remove round media cell

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 years ago
parent
commit
5810fb3e04
1 changed files with 0 additions and 4 deletions
  1. 0 4
      iOSClient/Media/Cell/NCGridMediaCell.swift

+ 0 - 4
iOSClient/Media/Cell/NCGridMediaCell.swift

@@ -62,10 +62,6 @@ class NCGridMediaCell: UICollectionViewCell, NCCellProtocol {
         imageItem.backgroundColor = .secondarySystemBackground
         imageStatus.image = nil
         imageItem.image = nil
-        imageItem.layer.masksToBounds = true
-        imageItem.layer.cornerRadius = 3
-        imageVisualEffect.layer.cornerRadius = 3
-        imageVisualEffect.clipsToBounds = true
     }
 
     func selectMode(_ status: Bool) {