|
@@ -1303,7 +1303,7 @@ extension NCCollectionViewCommon: UICollectionViewDelegate {
|
|
|
|
|
|
let imageIcon = UIImage(contentsOfFile: CCUtility.getDirectoryProviderStorageIconOcId(metadata.ocId, etag: metadata.etag))
|
|
|
|
|
|
- if metadata.isImage || metadata.isMovie {
|
|
|
+ if !metadata.isDirectoryE2EE && (metadata.isImage || metadata.isMovie) {
|
|
|
var metadatas: [tableMetadata] = []
|
|
|
for metadata in metadataSourceForAllSections {
|
|
|
if metadata.isImage || metadata.isMovie {
|