Explorar o código

color select grid mode (white)

Marino Faggiana %!s(int64=6) %!d(string=hai) anos
pai
achega
81865a022e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      iOSClient/Trash/NCTrash.swift

+ 1 - 1
iOSClient/Trash/NCTrash.swift

@@ -692,7 +692,7 @@ class NCTrash: UIViewController ,UICollectionViewDataSource, UICollectionViewDel
             if isEditMode {
                 cell.imageSelect.isHidden = false
                 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)
                 } else {
                     cell.imageSelect.isHidden = true