Added URL Auth support

This commit is contained in:
Ilya Laktyushin
2019-05-20 15:05:36 +02:00
parent deda2f8652
commit 4dffa90851
49 changed files with 1395 additions and 98 deletions

View File

@@ -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 {