mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
This commit is contained in:
@@ -1779,6 +1779,16 @@ public final class SharedAccountContextImpl: SharedAccountContext {
|
||||
mappedSource = .translation
|
||||
case .stories:
|
||||
mappedSource = .stories
|
||||
case .storiesDownload:
|
||||
mappedSource = .storiesDownload
|
||||
case .storiesStealthMode:
|
||||
mappedSource = .storiesStealthMode
|
||||
case .storiesPermanentViews:
|
||||
mappedSource = .storiesPermanentViews
|
||||
case .storiesFormatting:
|
||||
mappedSource = .storiesFormatting
|
||||
case .storiesExpirationDurations:
|
||||
mappedSource = .storiesExpirationDurations
|
||||
}
|
||||
let controller = PremiumIntroScreen(context: context, source: mappedSource, forceDark: forceDark)
|
||||
controller.wasDismissed = dismissed
|
||||
|
||||
Reference in New Issue
Block a user