Voice chat and admin updates

This commit is contained in:
Ali
2021-03-18 23:39:46 +04:00
parent 8f96c71ca1
commit a274bf350d
28 changed files with 3685 additions and 3531 deletions

View File

@@ -196,6 +196,10 @@ final class ForwardAccessoryPanelNode: AccessoryPanelNode {
override func calculateSizeThatFits(_ constrainedSize: CGSize) -> CGSize {
return CGSize(width: constrainedSize.width, height: 45.0)
}
override func updateState(size: CGSize, interfaceState: ChatPresentationInterfaceState) {
}
override func layout() {
super.layout()