no message

This commit is contained in:
Peter
2018-04-11 23:43:31 +04:00
parent 1b09f8430a
commit e93d7791a7
70 changed files with 9580 additions and 710 deletions

View File

@@ -186,6 +186,10 @@ func inputPanelForChatPresentationIntefaceState(_ chatPresentationInterfaceState
}
}
if case .inline = chatPresentationInterfaceState.mode {
displayInputTextPanel = false
}
if displayInputTextPanel {
if let currentPanel = currentPanel as? ChatTextInputPanelNode {
currentPanel.interfaceInteraction = interfaceInteraction