This commit is contained in:
Ali
2020-11-26 02:54:49 +04:00
parent e2bc141356
commit a97cd76c5d
20 changed files with 776 additions and 137 deletions

View File

@@ -64,16 +64,6 @@ func titlePanelForChatPresentationInterfaceState(_ chatPresentationInterfaceStat
}
}
if chatPresentationInterfaceState.activeGroupCallInfo != nil {
if let currentPanel = currentPanel as? ChatCallTitlePanelNode {
return currentPanel
} else {
let panel = ChatCallTitlePanelNode(context: context)
panel.interfaceInteraction = interfaceInteraction
return panel
}
}
if let selectedContext = selectedContext {
switch selectedContext {
case .pinnedMessage: