diff --git a/submodules/TelegramUI/Components/Chat/ChatTextInputPanelNode/Sources/ChatTextInputPanelNode.swift b/submodules/TelegramUI/Components/Chat/ChatTextInputPanelNode/Sources/ChatTextInputPanelNode.swift index 0b4427f8ea..d719ea5212 100644 --- a/submodules/TelegramUI/Components/Chat/ChatTextInputPanelNode/Sources/ChatTextInputPanelNode.swift +++ b/submodules/TelegramUI/Components/Chat/ChatTextInputPanelNode/Sources/ChatTextInputPanelNode.swift @@ -938,7 +938,7 @@ public class ChatTextInputPanelNode: ChatInputPanelNode, ASEditableTextNodeDeleg self.glassBackgroundContainer.contentView.addSubview(self.menuButton.view) self.glassBackgroundContainer.contentView.addSubview(self.attachmentButtonBackground) - self.glassBackgroundContainer.contentView.addSubview(self.secondaryLeftButtonBackground) + //self.glassBackgroundContainer.contentView.addSubview(self.secondaryLeftButtonBackground) self.glassBackgroundContainer.contentView.addSubview(self.attachmentButtonDisabledNode.view) self.glassBackgroundContainer.contentView.addSubview(self.startButton.view)