Update color

This commit is contained in:
Isaac
2025-12-30 13:58:23 +08:00
parent 45e10e98a3
commit 8a406c86a5

View File

@@ -1436,7 +1436,7 @@ public final class PeerInfoGiftsPaneNode: ASDisplayNode, PeerInfoPaneNode, UIScr
self.currentParams = (size, topInset, sideInset, bottomInset, deviceMetrics, visibleHeight, isScrollingLockedAtTop, expandProgress, navigationHeight, presentationData)
self.presentationDataPromise.set(.single(presentationData))
//self.backgroundNode.backgroundColor = presentationData.theme.list.blocksBackgroundColor
self.backgroundNode.backgroundColor = presentationData.theme.list.blocksBackgroundColor
transition.updateFrame(node: self.backgroundNode, frame: CGRect(origin: CGPoint(x: 0.0, y: 48.0), size: size))
transition.updateFrame(node: self.scrollNode, frame: CGRect(origin: CGPoint(), size: size))