mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Support updated voice chats API
This commit is contained in:
@@ -734,11 +734,7 @@ public func privacyAndSecurityController(context: AccountContext, initialSetting
|
||||
break
|
||||
case let .notSet(pendingEmail):
|
||||
if pendingEmail == nil {
|
||||
/*#if DEBUG
|
||||
let controller = TwoFactorAuthSplashScreen(sharedContext: context.sharedContext, engine: .authorized(context.engine), mode: .recoveryDone(recoveredAccountData: nil, syncContacts: false, isPasswordSet: false))
|
||||
#else*/
|
||||
let controller = TwoFactorAuthSplashScreen(sharedContext: context.sharedContext, engine: .authorized(context.engine), mode: .intro)
|
||||
//#endif
|
||||
|
||||
pushControllerImpl?(controller, true)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user