Various fixes

This commit is contained in:
Ilya Laktyushin
2021-03-14 23:49:04 +04:00
parent 1d051730a4
commit 10d4931308
7 changed files with 131 additions and 18 deletions

View File

@@ -133,6 +133,8 @@ final class ChatChannelSubscriberInputPanelNode: ChatInputPanelNode {
super.init()
self.clipsToBounds = true
self.addSubnode(self.button)
self.addSubnode(self.discussButton)
self.view.addSubview(self.activityIndicator)