mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix premium intro crash
This commit is contained in:
parent
bba3b82cf5
commit
9c210d503a
@ -342,7 +342,8 @@ private final class PremiumGiftScreenContentComponent: CombinedComponent {
|
|||||||
UIColor(rgb: 0x548DFF),
|
UIColor(rgb: 0x548DFF),
|
||||||
UIColor(rgb: 0x54A3FF),
|
UIColor(rgb: 0x54A3FF),
|
||||||
UIColor(rgb: 0x54bdff),
|
UIColor(rgb: 0x54bdff),
|
||||||
UIColor(rgb: 0x71c8ff)
|
UIColor(rgb: 0x71c8ff),
|
||||||
|
UIColor(rgb: 0xa0daff)
|
||||||
]
|
]
|
||||||
|
|
||||||
i = 0
|
i = 0
|
||||||
|
@ -523,6 +523,7 @@ struct PremiumIntroConfiguration {
|
|||||||
.doubleLimits,
|
.doubleLimits,
|
||||||
.moreUpload,
|
.moreUpload,
|
||||||
.fasterDownload,
|
.fasterDownload,
|
||||||
|
.translation,
|
||||||
.voiceToText,
|
.voiceToText,
|
||||||
.noAds,
|
.noAds,
|
||||||
.emojiStatus,
|
.emojiStatus,
|
||||||
@ -1633,7 +1634,8 @@ private final class PremiumIntroScreenContentComponent: CombinedComponent {
|
|||||||
UIColor(rgb: 0x548DFF),
|
UIColor(rgb: 0x548DFF),
|
||||||
UIColor(rgb: 0x54A3FF),
|
UIColor(rgb: 0x54A3FF),
|
||||||
UIColor(rgb: 0x54bdff),
|
UIColor(rgb: 0x54bdff),
|
||||||
UIColor(rgb: 0x71c8ff)
|
UIColor(rgb: 0x71c8ff),
|
||||||
|
UIColor(rgb: 0xa0daff)
|
||||||
]
|
]
|
||||||
|
|
||||||
let accountContext = context.component.context
|
let accountContext = context.component.context
|
||||||
|
Loading…
x
Reference in New Issue
Block a user