Various fixes

This commit is contained in:
Ilya Laktyushin
2022-07-14 20:46:23 +02:00
124 changed files with 3573 additions and 618 deletions

View File

@@ -129,7 +129,7 @@ final class AuthorizationSequencePhoneEntryController: ViewController {
strongSelf.controllerNode.activateInput()
}
}
controller.dismissed = {
controller.dismissed = {
self?.controllerNode.activateInput()
}
strongSelf.push(controller)