From f2f1f0db35edf5bbf84888e5b71b64a402786d83 Mon Sep 17 00:00:00 2001 From: Isaac <> Date: Wed, 12 Nov 2025 01:43:59 +0800 Subject: [PATCH] Fix glass --- .../ChatTextInputPanelNode/Sources/ChatTextInputPanelNode.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)