Explorar el Código

color select grid mode (white)

Marino Faggiana hace 6 años
padre
commit
81865a022e
Se han modificado 1 ficheros con 1 adiciones y 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