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];
             }