marinofaggiana 5 years ago
parent
commit
df55e56895
1 changed files with 6 additions and 3 deletions
  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];
             }