marinofaggiana 4 years ago
parent
commit
3e19fb8332
1 changed files with 6 additions and 0 deletions
  1. 6 0
      iOSClient/Networking/NCService.swift

+ 6 - 0
iOSClient/Networking/NCService.swift

@@ -161,6 +161,12 @@ class NCService: NSObject {
                 let isFilesSharingEnabled = NCManageDatabase.sharedInstance.getCapabilitiesServerBool(account: account, elements: NCElementsJSON.shared.capabilitiesFileSharingApiEnabled, exists: false)
                 if (isFilesSharingEnabled && self.appDelegate.activeMain != nil) {
                 
+                    /*
+                    NCCommunication.shared.readShare { (account, shares, errorCode, errorDescription) in
+                        
+                    }
+                    */
+                    
                     OCNetworking.sharedManager()?.readShare(withAccount: account, completion: { (account, items, message, errorCode) in
                         if errorCode == 0 && account == self.appDelegate.activeAccount {