mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-25 07:10:48 -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() {
|
protected void activate() {
|
||||||
offerBookListItems.addListener(listChangeListener);
|
offerBookListItems.addListener(listChangeListener);
|
||||||
offerBook.fillOfferBookListItems();
|
offerBook.fillOfferBookListItems();
|
||||||
|
updateChartData(offerBookListItems);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -58,6 +58,7 @@ class MarketsStatisticViewModel extends ActivatableViewModel {
|
||||||
protected void activate() {
|
protected void activate() {
|
||||||
offerBookListItems.addListener(listChangeListener);
|
offerBookListItems.addListener(listChangeListener);
|
||||||
offerBook.fillOfferBookListItems();
|
offerBook.fillOfferBookListItems();
|
||||||
|
update(offerBookListItems);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue