mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various fixes
This commit is contained in:
@@ -149,7 +149,7 @@ class ChartVisibilityView: UIView {
|
||||
}
|
||||
|
||||
extension ChartVisibilityView: ChartThemeContainer {
|
||||
func apply(theme: ChartTheme, animated: Bool) {
|
||||
func apply(theme: ChartTheme, strings: ChartStrings, animated: Bool) {
|
||||
UIView.perform(animated: animated) {
|
||||
self.backgroundColor = theme.chartBackgroundColor
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user