mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-06 21:22:44 +00:00
no message
This commit is contained in:
@@ -4,9 +4,11 @@ import Display
|
||||
|
||||
final class AuthorizationSequenceSplashControllerNode: ASDisplayNode {
|
||||
override init() {
|
||||
super.init(viewBlock: {
|
||||
super.init()
|
||||
|
||||
self.setViewBlock({
|
||||
return UITracingLayerView()
|
||||
}, didLoad: nil)
|
||||
})
|
||||
|
||||
self.backgroundColor = UIColor.white
|
||||
self.view.disablesInteractiveTransitionGestureRecognizer = true
|
||||
|
||||
Reference in New Issue
Block a user