mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-17 05:52:19 -04:00
add statistics to markets screen
This commit is contained in:
parent
34bbe4678f
commit
35d6612820
2 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,7 @@ class MarketsChartsViewModel extends ActivatableViewModel {
|
|||
protected void activate() {
|
||||
offerBookListItems.addListener(listChangeListener);
|
||||
offerBook.fillOfferBookListItems();
|
||||
updateChartData(offerBookListItems);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -58,6 +58,7 @@ class MarketsStatisticViewModel extends ActivatableViewModel {
|
|||
protected void activate() {
|
||||
offerBookListItems.addListener(listChangeListener);
|
||||
offerBook.fillOfferBookListItems();
|
||||
update(offerBookListItems);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue