From 7f230afa79ae249a1db70042f0de131f8cda91d5 Mon Sep 17 00:00:00 2001 From: Ali <> Date: Tue, 16 May 2023 23:20:13 +0400 Subject: [PATCH] Fix build --- submodules/ChatListUI/Sources/ChatListController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/ChatListUI/Sources/ChatListController.swift b/submodules/ChatListUI/Sources/ChatListController.swift index 9640d1ab72..2c72289ea5 100644 --- a/submodules/ChatListUI/Sources/ChatListController.swift +++ b/submodules/ChatListUI/Sources/ChatListController.swift @@ -2488,7 +2488,7 @@ public class ChatListControllerImpl: TelegramBaseController, ChatListController if let componentView = self.headerContentView.view as? ChatListHeaderComponent.View { if let transitionView = componentView.storyPeerListView()?.transitionViewForItem(peerId: peerId) { - let localRect = transitionView.convert(transitionView.bounds, to: self.view) + //let localRect = transitionView.convert(transitionView.bounds, to: self.view) /*Queue.mainQueue().after(0.2 * UIView.animationDurationFactor, { [weak self] in HapticFeedback().impact()