marinofaggiana 4 年之前
父节点
当前提交
9adfa8f209
共有 1 个文件被更改,包括 5 次插入0 次删除
  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