Voice Chat Improvements

This commit is contained in:
Ilya Laktyushin
2021-03-04 21:11:41 +04:00
parent a0834f0068
commit f03c75cd14
12 changed files with 244 additions and 130 deletions

View File

@@ -1247,7 +1247,7 @@ private final class ContextControllerNode: ViewControllerTracingNode, UIScrollVi
if let contentNode = self.contentContainerNode.contentNode {
switch contentNode {
case let .reference(referenceNode):
let contentActionsSpacing: CGFloat = 16.0
let contentActionsSpacing: CGFloat = 8.0
if let originalProjectedContentViewFrame = self.originalProjectedContentViewFrame {
let isInitialLayout = self.actionsContainerNode.frame.size.width.isZero
let previousContainerFrame = self.view.convert(self.contentContainerNode.frame, from: self.scrollNode.view)