Various fixes

This commit is contained in:
Ilya Laktyushin
2023-10-27 16:43:54 +04:00
parent f9f5aa683c
commit be556a3b5e
11 changed files with 102 additions and 40 deletions

View File

@@ -1744,6 +1744,8 @@ public final class SharedAccountContextImpl: SharedAccountContext {
mappedSource = .storiesSuggestedReactions
case let .channelBoost(peerId):
mappedSource = .channelBoost(peerId)
case .nameColor:
mappedSource = .nameColor
}
let controller = PremiumIntroScreen(context: context, source: mappedSource, forceDark: forceDark)
controller.wasDismissed = dismissed