Merge branch 'master' into glass

# Conflicts:
#	submodules/TelegramUI/Sources/ChatControllerNode.swift
This commit is contained in:
Isaac
2025-09-01 18:59:10 +02:00
58 changed files with 2623 additions and 910 deletions

View File

@@ -47,6 +47,7 @@ import ChatEmptyNode
import SpaceWarpView
import ChatSideTopicsPanel
import GlassBackgroundComponent
import ChatThemeScreen
final class VideoNavigationControllerDropContentItem: NavigationControllerDropContentItem {
let itemNode: OverlayMediaItemNode
@@ -3557,7 +3558,7 @@ class ChatControllerNode: ASDisplayNode, ASScrollViewDelegate {
let themeUpdated = presentationReadyUpdated || (self.chatPresentationInterfaceState.theme !== chatPresentationInterfaceState.theme)
self.backgroundNode.update(wallpaper: chatPresentationInterfaceState.chatWallpaper, animated: true)
self.backgroundNode.update(wallpaper: chatPresentationInterfaceState.chatWallpaper, starGift: chatPresentationInterfaceState.theme.starGift, animated: true)
self.historyNode.verticalScrollIndicatorColor = UIColor(white: 0.5, alpha: 0.8)
if self.pendingSwitchToChatLocation == nil {