mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
no message
This commit is contained in:
@@ -7,8 +7,8 @@ import TelegramCore
|
||||
class ChatInputPanelNode: ASDisplayNode {
|
||||
var account: Account?
|
||||
var interfaceInteraction: ChatPanelInterfaceInteraction?
|
||||
var peer: Peer?
|
||||
|
||||
func updateFrames(transition: ContainedViewLayoutTransition) {
|
||||
func updateLayout(width: CGFloat, transition: ContainedViewLayoutTransition, interfaceState: ChatPresentationInterfaceState) -> CGFloat {
|
||||
return 0.0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user