no message

This commit is contained in:
Peter
2017-08-15 14:44:14 +03:00
parent b6ded073ad
commit cbbcb12b3b
200 changed files with 4890 additions and 1362 deletions

View File

@@ -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