mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
no message
This commit is contained in:
@@ -179,9 +179,11 @@ final class CallListControllerNode: ASDisplayNode {
|
||||
|
||||
self.listNode = ListView()
|
||||
|
||||
super.init(viewBlock: {
|
||||
super.init()
|
||||
|
||||
self.setViewBlock({
|
||||
return UITracingLayerView()
|
||||
}, didLoad: nil)
|
||||
})
|
||||
|
||||
self.addSubnode(self.listNode)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user