Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios

This commit is contained in:
Ilya Laktyushin
2024-04-23 03:10:27 +04:00
17 changed files with 7548 additions and 6337 deletions

View File

@@ -2056,6 +2056,8 @@ public final class SharedAccountContextImpl: SharedAccountContext {
mappedSource = .messageTags
case .folderTags:
mappedSource = .folderTags
case .animatedEmoji:
mappedSource = .animatedEmoji
}
let controller = PremiumIntroScreen(context: context, source: mappedSource, modal: modal, forceDark: forceDark)
controller.wasDismissed = dismissed