From 5a5892b3a7614b63dd1ce799b22aba1bdbd842f8 Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Sat, 26 Jul 2025 12:26:56 +0200 Subject: [PATCH] Fix build --- submodules/ChatListUI/Sources/ChatListSearchListPaneNode.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/ChatListUI/Sources/ChatListSearchListPaneNode.swift b/submodules/ChatListUI/Sources/ChatListSearchListPaneNode.swift index 17b1ec5b10..2c511a866c 100644 --- a/submodules/ChatListUI/Sources/ChatListSearchListPaneNode.swift +++ b/submodules/ChatListUI/Sources/ChatListSearchListPaneNode.swift @@ -5156,7 +5156,7 @@ final class ChatListSearchListPaneNode: ASDisplayNode, ChatListSearchPaneNode { content: .starsSent(context: self.context, title: "", text: [AnimatedTextComponent.Item( id: AnyHashable(0), isUnbreakable: true, - content: .text("\(price) Stars spent on extra search."), + content: .text("\(price) Stars spent on extra search.") )], hasUndo: false), elevatedLayout: false, animateInAsReplacement: false,