浏览代码

add comments

Marino Faggiana 7 年之前
父节点
当前提交
9ee94dccc3
共有 1 个文件被更改,包括 4 次插入0 次删除
  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))