Browse Source

clear code

Marino Faggiana 6 năm trước cách đây
mục cha
commit
357f3d9340
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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];