Invalidate remotes on chart being deserialized
This commit is contained in:
parent
4ab69d6d82
commit
736da72ca7
@ -177,6 +177,7 @@ abstract class AbstractHistoryChart<V : Any>(
|
|||||||
|
|
||||||
this.accumulator.addAll(accumulator)
|
this.accumulator.addAll(accumulator)
|
||||||
this.values.addAll(values)
|
this.values.addAll(values)
|
||||||
|
this.remotes.forEach { it.invalidate() }
|
||||||
}
|
}
|
||||||
|
|
||||||
fun clear() {
|
fun clear() {
|
||||||
|
Loading…
Reference in New Issue
Block a user