Переглянути джерело

fixed color more button grid in Trash view

marinofaggiana 3 роки тому
батько
коміт
2186875f5b
1 змінених файлів з 1 додано та 0 видалено
  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