marinofaggiana 5 년 전
부모
커밋
df55e56895
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 6 3
      iOSClient/Main/CCSplit.m

+ 6 - 3
iOSClient/Main/CCSplit.m

@@ -125,12 +125,14 @@
 
 - (void)showIntro
 {
-    // Brand
     if ([NCBrandOptions sharedInstance].disable_intro) {
         
         [CCUtility setIntro:YES];
-        [appDelegate openLoginView:self selector:k_intro_login openLoginWeb:false];
-    
+        
+        if (appDelegate.activeAccount.length == 0) {
+            [appDelegate openLoginView:self selector:k_intro_login openLoginWeb:false];
+        }
+        
     } else {
     
         if ([CCUtility getIntro] == NO) {
@@ -139,6 +141,7 @@
             [_intro show];
         
         } else {
+            
             if (appDelegate.activeAccount.length == 0) {
                 [appDelegate openLoginView:self selector:k_intro_login openLoginWeb:false];
             }