Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios

This commit is contained in:
Ilya Laktyushin
2020-01-14 19:35:15 +03:00
67 changed files with 4642 additions and 3970 deletions

View File

@@ -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
)