Browse Source

remove request thumbnail on e2e

Marino Faggiana 7 năm trước cách đây
mục cha
commit
6fe9a3833c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      iOSClient/Main/CCMain.m

+ 1 - 1
iOSClient/Main/CCMain.m

@@ -4704,7 +4704,7 @@
         } else {
             cell.file.image = [UIImage imageNamed:metadata.iconName];
         }
-        if (metadata.thumbnailExists)
+        if (metadata.thumbnailExists && _metadataFolder.e2eEncrypted == NO)
             [[CCActions sharedInstance] downloadTumbnail:metadata delegate:self];
     }