Procházet zdrojové kódy

fix intro (#2749)

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana před 1 rokem
rodič
revize
6244f78a06
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      iOSClient/AppDelegate.swift

+ 0 - 1
iOSClient/AppDelegate.swift

@@ -158,7 +158,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
 
         // Intro
         if NCBrandOptions.shared.disable_intro {
-            NCKeychain().intro = true
             if account.isEmpty {
                 openLogin(viewController: nil, selector: NCGlobal.shared.introLogin, openLoginWeb: false)
             }