mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Fix emoji search field glitch (?)
This commit is contained in:
parent
bbe1fc94ef
commit
b55ce6d7a2
@ -6165,10 +6165,10 @@ public final class EmojiPagerContentComponent: Component {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if visibleSearchHeader.superview != self.scrollView {
|
||||
/*if visibleSearchHeader.superview != self.scrollView {
|
||||
self.scrollView.addSubview(visibleSearchHeader)
|
||||
self.mirrorContentScrollView.addSubview(visibleSearchHeader.tintContainerView)
|
||||
}
|
||||
}*/
|
||||
}
|
||||
} else {
|
||||
visibleSearchHeader = EmojiSearchHeaderView(activated: { [weak self] in
|
||||
|
Loading…
x
Reference in New Issue
Block a user