mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Premium and business screens improvements
This commit is contained in:
@@ -2000,6 +2000,8 @@ public final class SharedAccountContextImpl: SharedAccountContext {
|
||||
mappedSource = .readTime
|
||||
case .messageTags:
|
||||
mappedSource = .messageTags
|
||||
case .folderTags:
|
||||
mappedSource = .folderTags
|
||||
}
|
||||
let controller = PremiumIntroScreen(context: context, source: mappedSource, modal: modal, forceDark: forceDark)
|
||||
controller.wasDismissed = dismissed
|
||||
@@ -2049,6 +2051,8 @@ public final class SharedAccountContextImpl: SharedAccountContext {
|
||||
mappedSubject = .lastSeen
|
||||
case .messagePrivacy:
|
||||
mappedSubject = .messagePrivacy
|
||||
case .folderTags:
|
||||
mappedSubject = .folderTags
|
||||
default:
|
||||
mappedSubject = .doubleLimits
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user