mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix chart range slider theming
This commit is contained in:
@@ -316,9 +316,7 @@ extension RangeChartView: ChartThemeContainer {
|
||||
self.upperBoundTintView.backgroundColor = theme.rangeViewTintColor
|
||||
}
|
||||
|
||||
|
||||
let image = UIImage(bundleImageName: "Chart/selection_frame_light")
|
||||
self.cropFrameView.setImage(image, animated: animated)
|
||||
self.cropFrameView.setImage(theme.rangeCropImage, animated: animated)
|
||||
|
||||
if animated {
|
||||
UIView.animate(withDuration: .defaultDuration, animations: closure)
|
||||
|
||||
Reference in New Issue
Block a user