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