mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Reduce layerBacked usage
Improved shuffling
This commit is contained in:
@@ -652,4 +652,10 @@ public final class AuthorizationSequenceController: NavigationController {
|
||||
self.topViewController?.view.layer.animateAlpha(from: 0.0, to: 1.0, duration: 0.3)
|
||||
}
|
||||
}
|
||||
|
||||
public func applyConfirmationCode(_ code: Int) {
|
||||
if let controller = self.viewControllers.last as? AuthorizationSequenceCodeEntryController {
|
||||
controller.applyConfirmationCode(code)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user