소스 검색

remove round media cell

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 년 전
부모
커밋
5810fb3e04
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  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) {