marinofaggiana 4 anos atrás
pai
commit
9adfa8f209
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      iOSClient/Main/Collection/NCCollectionCommon.swift

+ 5 - 0
iOSClient/Main/Collection/NCCollectionCommon.swift

@@ -120,10 +120,13 @@ class NCCollectionCommon: NSObject {
             cell.indexPath = indexPath
             cell.labelTitle.text = metadata.fileNameView
             cell.labelTitle.textColor = NCBrandColor.sharedInstance.textView
+            
+            cell.imageSelect.image = nil
             cell.imageStatus.image = nil
             cell.imageLocal.image = nil
             cell.imageFavorite.image = nil
             cell.imageShared.image = nil
+            cell.imageMore.image = nil
             
             cell.imageItem.image = nil
             cell.imageItem.backgroundColor = nil
@@ -272,6 +275,8 @@ class NCCollectionCommon: NSObject {
             cell.indexPath = indexPath
             cell.labelTitle.text = metadata.fileNameView
             cell.labelTitle.textColor = NCBrandColor.sharedInstance.textView
+            
+            cell.imageSelect.image = nil
             cell.imageStatus.image = nil
             cell.imageLocal.image = nil
             cell.imageFavorite.image = nil