Voice Chat Fixes

This commit is contained in:
Ilya Laktyushin
2021-04-08 21:46:16 +03:00
parent 5fb10264b0
commit 29af534353
10 changed files with 5025 additions and 4823 deletions

View File

@@ -551,6 +551,10 @@ private final class VoiceChatUserNameEditAlertContentNode: AlertContentNode {
}
self.updateTheme(theme)
self.firstNameInputFieldNode.complete = { [weak self] in
self?.lastNameInputFieldNode.activateInput()
}
}
deinit {