Reaction updates

This commit is contained in:
Ali
2022-01-28 13:49:36 +04:00
parent 89408c63f2
commit 775c1173de
6 changed files with 46 additions and 10 deletions

View File

@@ -487,7 +487,6 @@ class ChatControllerNode: ASDisplayNode, UIScrollViewDelegate {
self.addSubnode(self.backgroundNode)
self.addSubnode(self.historyNodeContainer)
self.addSubnode(self.navigateButtons)
self.addSubnode(self.inputPanelBackgroundNode)
self.addSubnode(self.inputPanelBackgroundSeparatorNode)
@@ -499,6 +498,7 @@ class ChatControllerNode: ASDisplayNode, UIScrollViewDelegate {
}
self.addSubnode(self.messageTransitionNode)
self.addSubnode(self.navigateButtons)
self.addSubnode(self.presentationContextMarker)
self.navigationBar?.additionalContentNode.addSubnode(self.titleAccessoryPanelContainer)