mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various fixes
This commit is contained in:
@@ -1507,6 +1507,8 @@ public final class SharedAccountContextImpl: SharedAccountContext {
|
||||
mappedSource = .voiceToText
|
||||
case .fasterDownload:
|
||||
mappedSource = .fasterDownload
|
||||
case .translation:
|
||||
mappedSource = .translation
|
||||
}
|
||||
return PremiumIntroScreen(context: context, source: mappedSource)
|
||||
}
|
||||
@@ -1540,6 +1542,8 @@ public final class SharedAccountContextImpl: SharedAccountContext {
|
||||
mappedSubject = .animatedEmoji
|
||||
case .emojiStatus:
|
||||
mappedSubject = .emojiStatus
|
||||
case .translation:
|
||||
mappedSubject = .translation
|
||||
}
|
||||
return PremiumDemoScreen(context: context, subject: mappedSubject, action: action)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user