mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-25 15:37:36 +00:00
no message
This commit is contained in:
@@ -113,9 +113,11 @@ final class AuthorizationSequenceCodeEntryControllerNode: ASDisplayNode, UITextF
|
||||
self.codeField.textField.keyboardType = .numberPad
|
||||
self.codeField.textField.returnKeyType = .done
|
||||
|
||||
super.init(viewBlock: {
|
||||
super.init()
|
||||
|
||||
self.setViewBlock({
|
||||
return UITracingLayerView()
|
||||
}, didLoad: nil)
|
||||
})
|
||||
|
||||
self.backgroundColor = UIColor.white
|
||||
|
||||
|
||||
Reference in New Issue
Block a user