mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-01 20:28:05 +00:00
Fix build
This commit is contained in:
parent
9ab61f350c
commit
7f230afa79
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user