Merge commit '30e40411499e3bfdfe41f47c1a3c39236a50a1c8'

# Conflicts:
#	submodules/TelegramCore/Sources/TelegramEngine/Payments/Stars.swift
This commit is contained in:
Isaac
2024-10-29 00:41:00 +01:00
52 changed files with 1429 additions and 255 deletions

View File

@@ -3335,7 +3335,7 @@ final class UniversalVideoGalleryItemNode: ZoomableContentGalleryItemNode {
}, iconSource: nil, action: { [weak self] _, f in
f(.dismissWithoutContent)
if let navigationController = self?.baseNavigationController() as? NavigationController {
navigationController.pushViewController(AdsInfoScreen(context: context, forceDark: true))
navigationController.pushViewController(AdsInfoScreen(context: context, mode: .channel, forceDark: true))
}
})))