Browse Source

add comments

Marino Faggiana 7 years ago
parent
commit
9ee94dccc3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      iOSClient/Security/NCEntoToEndInterface.swift

+ 4 - 0
iOSClient/Security/NCEntoToEndInterface.swift

@@ -321,6 +321,8 @@ class NCEntoToEndInterface : NSObject, OCNetworkingDelegate  {
         
         var token: NSString?
         
+        // Is the directory empty ?
+        
         // Remove all records e2eMetadata
         NCManageDatabase.sharedInstance.deleteE2eEncryption(predicate: NSPredicate(format: "account = %@ AND serverUrl = %@", appDelegate.activeAccount, serverUrl))
         
@@ -338,6 +340,8 @@ class NCEntoToEndInterface : NSObject, OCNetworkingDelegate  {
         
         var token: NSString?
 
+        // Is the directory empty ?
+
         // Remove all records e2eMetadata
         NCManageDatabase.sharedInstance.deleteE2eEncryption(predicate: NSPredicate(format: "account = %@ AND serverUrl = %@", appDelegate.activeAccount, serverUrl))