mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Update OfferBookViewModel.java
This commit is contained in:
parent
fb96ad3550
commit
2e85195299
@ -429,7 +429,7 @@ class OfferBookViewModel extends ActivatableViewModel {
|
|||||||
String result = "";
|
String result = "";
|
||||||
if (item != null) {
|
if (item != null) {
|
||||||
Offer offer = item.getOffer();
|
Offer offer = item.getOffer();
|
||||||
result = Res.get("shared.paymentMethod") + " " + Res.get(offer.getPaymentMethod().getId());
|
result = Res.getWithCol("shared.paymentMethod") + " " + Res.get(offer.getPaymentMethod().getId());
|
||||||
result += "\n" + Res.getWithCol("shared.currency") + " " + CurrencyUtil.getNameAndCode(offer.getCurrencyCode());
|
result += "\n" + Res.getWithCol("shared.currency") + " " + CurrencyUtil.getNameAndCode(offer.getCurrencyCode());
|
||||||
|
|
||||||
String countryCode = offer.getCountryCode();
|
String countryCode = offer.getCountryCode();
|
||||||
|
Loading…
Reference in New Issue
Block a user