marinofaggiana 4 年之前
父節點
當前提交
2118acf32c
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      iOSClient/Main/Collection/NCCollectionCommon.swift

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

@@ -291,9 +291,6 @@ class NCCollectionCommon: NSObject {
                 cell.imageStatus.image = NCCollectionCommonImages.cellLivePhotoImage
             }
             
-            // Button Share
-            cell.hideButtonShare(status: metadata.e2eEncrypted)
-            
             // Remove last separator
             if collectionView.numberOfItems(inSection: indexPath.section) == indexPath.row + 1 {
                 cell.separator.isHidden = true