소스 검색

Add Read active directory

Marino Faggiana 6 년 전
부모
커밋
dbe3aec443
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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];
 }
 
 //