Improve charts theming

This commit is contained in:
Ilya Laktyushin
2020-03-23 15:26:40 +04:00
parent 6266a29651
commit 13f7cdf401
19 changed files with 1149 additions and 1159 deletions

View File

@@ -260,7 +260,7 @@ class StatsGraphItemNode: ListViewItemNode {
}
if let updatedGraph = updatedGraph {
if case let .Loaded(_, data) = updatedGraph, let updatedController = updatedController {
if case .Loaded = updatedGraph, let updatedController = updatedController {
strongSelf.chartNode.setup(controller: updatedController)
strongSelf.activityIndicator.isHidden = true
strongSelf.chartNode.isHidden = false