Selaa lähdekoodia

fixed color more button grid in Trash view

marinofaggiana 3 vuotta sitten
vanhempi
commit
2186875f5b
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      iOSClient/Trash/NCTrash.swift

+ 1 - 0
iOSClient/Trash/NCTrash.swift

@@ -340,6 +340,7 @@ extension NCTrash: UICollectionViewDataSource {
             cell.fileObjectId = tableTrash.fileId
             cell.labelTitle.text = tableTrash.trashbinFileName
             cell.labelTitle.textColor = NCBrandColor.shared.label
+            cell.setButtonMore(named: NCGlobal.shared.buttonMoreMore, image: NCBrandColor.cacheImages.buttonMore)
             
             if tableTrash.directory {
                 cell.imageItem.image = NCBrandColor.cacheImages.folder