mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
This commit is contained in:
@@ -1064,7 +1064,7 @@ extension PresentationThemeChatBubblePolls: Codable {
|
||||
highlight: try decodeColor(values, .highlight),
|
||||
separator: try decodeColor(values, .separator),
|
||||
bar: bar,
|
||||
barIconForeground: (try? decodeColor(values, .barIconForeground)) ?? .white,
|
||||
barIconForeground: (try? decodeColor(values, .barIconForeground)) ?? .clear,
|
||||
barPositive: (try? decodeColor(values, .barPositive)) ?? bar,
|
||||
barNegative: (try? decodeColor(values, .barNegative)) ?? bar
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user