mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Set currencyResult at filter to true if showAll is selected
This commit is contained in:
parent
3f79a97cc0
commit
48e6cc34a8
@ -433,7 +433,7 @@ class OfferBookViewModel extends ActivatableViewModel {
|
||||
boolean currencyResult;
|
||||
final String currencyCode = offer.getCurrencyCode();
|
||||
if (showAllTradeCurrenciesProperty.get()) {
|
||||
currencyResult = tradeCurrencyCodes.contains(currencyCode);
|
||||
currencyResult = true;
|
||||
} else
|
||||
currencyResult = currencyCode.equals(selectedTradeCurrency.getCode());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user