|
@@ -2057,6 +2057,12 @@
|
|
|
{
|
|
|
[_queueSelector addObject:selectorDelete];
|
|
|
|
|
|
+ // E2E LOCK
|
|
|
+ tableE2eEncryption *tableE2eEncryption = [[NCManageDatabase sharedInstance] getE2eEncryptionWithPredicate:[NSPredicate predicateWithFormat:@"account = %@ AND fileNameIdentifier = %@", appDelegate.activeAccount, metadata.fileName]];
|
|
|
+ if (tableE2eEncryption) {
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
[[CCActions sharedInstance] deleteFileOrFolder:metadata delegate:self];
|
|
|
|
|
|
[_hud visibleHudTitle:[NSString stringWithFormat:NSLocalizedString(@"_delete_file_n_", nil), ofFile - numFile + 1, ofFile] mode:MBProgressHUDModeIndeterminate color:nil];
|