mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Poll improvements
This commit is contained in:
@@ -1065,7 +1065,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