mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-03-28 17:49:03 +00:00
Update
This commit is contained in:
@@ -179,6 +179,7 @@ final class AuthorizationSequenceCodeEntryControllerNode: ASDisplayNode, UITextF
|
||||
self.codeInputView.textField.keyboardAppearance = self.theme.rootController.keyboardColor.keyboardAppearance
|
||||
self.codeInputView.textField.returnKeyType = .done
|
||||
self.codeInputView.textField.disableAutomaticKeyboardHandling = [.forward, .backward]
|
||||
self.codeInputView.textField.accessibilityIdentifier = "Auth.CodeEntry.CodeField"
|
||||
if #available(iOSApplicationExtension 12.0, iOS 12.0, *) {
|
||||
self.codeInputView.textField.textContentType = .oneTimeCode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user