mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-17 11:50:56 +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
|
mappedSubject = .storiesWeekly
|
||||||
case .storiesMonthly:
|
case .storiesMonthly:
|
||||||
mappedSubject = .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)
|
return PremiumLimitScreen(context: context, subject: mappedSubject, count: count, forceDark: forceDark, cancel: cancel, action: action)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user