Fix gift pane

This commit is contained in:
Isaac
2026-01-04 10:40:01 +08:00
parent cb7d6f8593
commit a9cf09a673
2 changed files with 2 additions and 2 deletions

View File

@@ -714,7 +714,7 @@ public final class PeerInfoGiftsPaneNode: ASDisplayNode, PeerInfoPaneNode, UIScr
tabSelectorView.layer.animateAlpha(from: 0.0, to: 1.0, duration: 0.25)
}
}
transition.setFrame(view: tabSelectorView, frame: CGRect(origin: CGPoint(x: floor((params.size.width - tabSelectorSize.width) / 2.0), y: 66.0), size: tabSelectorSize))
transition.setFrame(view: tabSelectorView, frame: CGRect(origin: CGPoint(x: floor((params.size.width - tabSelectorSize.width) / 2.0), y: topInset), size: tabSelectorSize))
topInset += tabSelectorSize.height + 15.0
}

View File

@@ -1,5 +1,5 @@
{
"app": "12.3",
"app": "12.3.1",
"xcode": "26.0",
"bazel": "8.4.2:45e9388abf21d1107e146ea366ad080eb93cb6a5f3a4a3b048f78de0bc3faffa",
"macos": "26"