mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 11:23:48 +00:00
Fix build
This commit is contained in:
parent
9cbc416706
commit
04ca831081
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…
x
Reference in New Issue
Block a user