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
dc0cf1d459
commit
3945acbe01
1 changed files with 2 additions and 0 deletions
|
|
@ -2728,6 +2728,8 @@ public final class SharedAccountContextImpl: SharedAccountContext {
|
|||
mappedSource = .todo
|
||||
case let .auth(price):
|
||||
mappedSource = .auth(price)
|
||||
case let .premiumGift(file):
|
||||
mappedSource = .premiumGift(file)
|
||||
}
|
||||
return mappedSource
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue