Explorar o código

Add Read active directory

Marino Faggiana %!s(int64=6) %!d(string=hai) anos
pai
achega
dbe3aec443
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      iOSClient/AppDelegate.m

+ 4 - 1
iOSClient/AppDelegate.m

@@ -253,7 +253,10 @@
     [[NCService sharedInstance] startRequestServicesServer];
     
     NSLog(@"[LOG] Initialize Auto upload");
-    [[NCAutoUpload sharedInstance] initStateAutoUpload];    
+    [[NCAutoUpload sharedInstance] initStateAutoUpload];
+    
+    NSLog(@"[LOG] Read active directory");
+    [self.activeMain readFileReloadFolder];
 }
 
 //