mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-20 15:55:54 -04:00
Reset offerbook filter values at screen change
This commit is contained in:
parent
8160397361
commit
35dcb862d9
@ -113,6 +113,10 @@ class OfferBookModel extends UIModel {
|
||||
public void activate() {
|
||||
super.activate();
|
||||
|
||||
amountAsCoin.set(null);
|
||||
priceAsFiat.set(null);
|
||||
volumeAsFiat.set(null);
|
||||
|
||||
offerBook.addClient();
|
||||
user.currentBankAccountProperty().addListener(bankAccountChangeListener);
|
||||
btcCode.bind(settings.btcDenominationProperty());
|
||||
|
Loading…
x
Reference in New Issue
Block a user