mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 15:26:03 -04:00
add statistics to markets screen
This commit is contained in:
parent
34bbe4678f
commit
35d6612820
@ -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…
x
Reference in New Issue
Block a user