Emoji bottom panel

This commit is contained in:
Isaac
2025-10-01 00:10:10 +08:00
parent 5b65b52c61
commit c2c99edf89
6 changed files with 314 additions and 72 deletions

View File

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