Increase visibility

This commit is contained in:
chimp1984 2021-10-20 12:33:29 +02:00
parent 9f3034e91c
commit dc82fbabab
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3

View file

@ -667,7 +667,7 @@ class OfferBookViewModel extends ActivatableViewModel {
return new CryptoCurrency(GUIUtil.EDIT_FLAG, "");
}
private PaymentMethod getShowAllEntryForPaymentMethod() {
PaymentMethod getShowAllEntryForPaymentMethod() {
return PaymentMethod.getDummyPaymentMethod(GUIUtil.SHOW_ALL_FLAG);
}
}