mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01: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
Reference in a new issue