mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-05 12:42:50 +00:00
no message
This commit is contained in:
@@ -20,9 +20,11 @@ final class NotificationContainerControllerNode: ASDisplayNode {
|
||||
private var timeoutTimer: SwiftSignalKit.Timer?
|
||||
|
||||
override init() {
|
||||
super.init(viewBlock: {
|
||||
super.init()
|
||||
|
||||
self.setViewBlock({
|
||||
return NotificationContainerControllerNodeView()
|
||||
}, didLoad: nil)
|
||||
})
|
||||
|
||||
self.backgroundColor = nil
|
||||
self.isOpaque = false
|
||||
|
||||
Reference in New Issue
Block a user