Browse Source

Add Read active directory

Marino Faggiana 6 years ago
parent
commit
dbe3aec443
1 changed files with 4 additions and 1 deletions
  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];
 }
 
 //