Преглед на файлове

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