marinofaggiana před 4 roky
rodič
revize
b132669368

+ 1 - 0
iOSClient/Main/Cell/NCListCell.swift

@@ -63,6 +63,7 @@ class NCListCell: UICollectionViewCell, NCImageCellProtocol {
         super.awakeFromNib()
        
         separator.backgroundColor = NCBrandColor.sharedInstance.separator
+        
         imageItem.layer.cornerRadius = 6
         imageItem.layer.masksToBounds = true
         

+ 3 - 0
iOSClient/Trash/Cell/NCTrashListCell.swift

@@ -52,6 +52,9 @@ class NCTrashListCell: UICollectionViewCell {
         imageRestore.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "restore"), width: 50, height: 50, color: NCBrandColor.sharedInstance.optionItem)
         imageMore.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "more"), width: 50, height: 50, color: NCBrandColor.sharedInstance.optionItem)
         
+        imageItem.layer.cornerRadius = 6
+        imageItem.layer.masksToBounds = true
+        
         separator.backgroundColor = NCBrandColor.sharedInstance.separator
     }