瀏覽代碼

clear code

Marino Faggiana 6 年之前
父節點
當前提交
357f3d9340
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      iOSClient/Photos/CCPhotos.m

+ 0 - 2
iOSClient/Photos/CCPhotos.m

@@ -426,11 +426,9 @@
                 if (e2ee) {
                     [[NCManageDatabase sharedInstance] deleteE2eEncryptionWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND serverUrl == %@ AND fileNameIdentifier == %@", metadata.account, serverUrl, metadata.fileName]];
                 }
-                
             }
             
             if (++cont == numDelete) {
-                
                 if (e2ee) {
                     dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
                         [[NCNetworkingEndToEnd sharedManager] rebuildAndSendEndToEndMetadataOnServerUrl:serverUrl account:appDelegate.activeAccount user:appDelegate.activeUser userID:appDelegate.activeUserID password:appDelegate.activePassword url:appDelegate.activeUrl];