|
@@ -692,7 +692,7 @@ class NCTrash: UIViewController ,UICollectionViewDataSource, UICollectionViewDel
|
|
if isEditMode {
|
|
if isEditMode {
|
|
cell.imageSelect.isHidden = false
|
|
cell.imageSelect.isHidden = false
|
|
if selectFileID.contains(tableTrash.fileID) {
|
|
if selectFileID.contains(tableTrash.fileID) {
|
|
- cell.imageSelect.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "checkedYes"), multiplier: 2, color: NCBrandColor.sharedInstance.brand)
|
|
|
|
|
|
+ cell.imageSelect.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "checkedYes"), multiplier: 2, color: UIColor.white)
|
|
cell.backgroundView = cellBlurEffect(with: cell.bounds)
|
|
cell.backgroundView = cellBlurEffect(with: cell.bounds)
|
|
} else {
|
|
} else {
|
|
cell.imageSelect.isHidden = true
|
|
cell.imageSelect.isHidden = true
|