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:
@@ -31,9 +31,11 @@ final class PeerSelectionControllerNode: ASDisplayNode {
|
||||
|
||||
self.chatListNode = ChatListNode(account: account, mode: .peers, theme: presentationData.theme, strings: presentationData.strings)
|
||||
|
||||
super.init(viewBlock: {
|
||||
super.init()
|
||||
|
||||
self.setViewBlock({
|
||||
return UITracingLayerView()
|
||||
}, didLoad: nil)
|
||||
})
|
||||
|
||||
self.addSubnode(self.chatListNode)
|
||||
self.presentationDataDisposable = (account.telegramApplicationContext.presentationData
|
||||
|
||||
Reference in New Issue
Block a user