mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix build
This commit is contained in:
parent
9cbc416706
commit
04ca831081
2 changed files with 677 additions and 520 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue