Fix build

This commit is contained in:
Ali 2023-05-16 23:20:13 +04:00
parent 9ab61f350c
commit 7f230afa79

View File

@ -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()