Update password setup animations

This commit is contained in:
Ali
2019-11-12 17:40:24 +04:00
parent acf59258e0
commit c08b3c6f81
3 changed files with 191 additions and 112 deletions

View File

@@ -641,14 +641,14 @@ public func privacyAndSecurityController(context: AccountContext, initialSetting
case .set:
break
case let .notSet(pendingEmail):
break
//intro = pendingEmail == nil
/*if pendingEmail == nil {
if pendingEmail == nil {
let controller = TwoFactorAuthSplashScreen(context: context, mode: .intro)
pushControllerImpl?(controller, true)
return
} else {
}*/
}
}
}
if intro {