mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-16 01:16:57 +00:00
Added URL Auth support
This commit is contained in:
@@ -197,14 +197,7 @@ final public class PasscodeEntryController: ViewController {
|
||||
|
||||
self.controllerNode.activateInput()
|
||||
if self.arguments.animated {
|
||||
let iconFrame = self.arguments.lockIconInitialFrame()
|
||||
if !iconFrame.isEmpty {
|
||||
Queue.mainQueue().after(0.5) {
|
||||
serviceSoundManager.playLockSound()
|
||||
}
|
||||
}
|
||||
|
||||
self.controllerNode.animateIn(iconFrame: iconFrame, completion: { [weak self] in
|
||||
self.controllerNode.animateIn(iconFrame: self.arguments.lockIconInitialFrame(), completion: { [weak self] in
|
||||
self?.presentationCompleted?()
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user