mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Emoji bottom panel
This commit is contained in:
@@ -867,7 +867,7 @@ public final class GifPagerContentComponent: Component {
|
||||
}
|
||||
}
|
||||
|
||||
public func pagerUpdateBackground(backgroundFrame: CGRect, topPanelHeight: CGFloat, externalTintMaskContainer: UIView?, transition: ComponentTransition) {
|
||||
public func pagerUpdateBackground(backgroundFrame: CGRect, topPanelHeight: CGFloat, bottomPanelHeight: CGFloat, externalTintMaskContainer: UIView?, transition: ComponentTransition) {
|
||||
if let externalTintMaskContainer {
|
||||
if self.mirrorSearchHeaderContainer.superview !== externalTintMaskContainer {
|
||||
externalTintMaskContainer.addSubview(self.mirrorSearchHeaderContainer)
|
||||
|
||||
Reference in New Issue
Block a user