Fix build

This commit is contained in:
Ilya Laktyushin 2023-09-05 15:46:03 +04:00
parent 9cbc416706
commit 04ca831081
2 changed files with 677 additions and 520 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1872,6 +1872,8 @@ public final class SharedAccountContextImpl: SharedAccountContext {
mappedSubject = .storiesWeekly
case .storiesMonthly:
mappedSubject = .storiesMonthly
case let .storiesChannelBoost(level, link):
mappedSubject = .storiesChannelBoost(level: level, link: link)
}
return PremiumLimitScreen(context: context, subject: mappedSubject, count: count, forceDark: forceDark, cancel: cancel, action: action)
}