mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various fixes
This commit is contained in:
@@ -165,7 +165,7 @@ class ChartView: UIControl {
|
||||
|
||||
|
||||
extension ChartView: ChartThemeContainer {
|
||||
func apply(theme: ChartTheme, animated: Bool) {
|
||||
detailsView?.apply(theme: theme, animated: animated && (detailsView?.isVisibleInWindow ?? false))
|
||||
func apply(theme: ChartTheme, strings: ChartStrings, animated: Bool) {
|
||||
detailsView?.apply(theme: theme, strings: strings, animated: animated && (detailsView?.isVisibleInWindow ?? false))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user