mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
WIP
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user