Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 3ef2e52

Browse files
author
Evgenii Kanivets
committed
#135[30m]. Add a BYN currency.
1 parent 7502d95 commit 3ef2e52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/blogspot/e_kanivets/moneytracker/controller/CurrencyController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ private List<String> fetchCurrencies() {
7373
}
7474

7575
currencyList.add(DbHelper.DEFAULT_ACCOUNT_CURRENCY);
76+
currencyList.add("BYN"); // New belorussian ruble
7677

7778
Collections.sort(currencyList);
7879

0 commit comments

Comments
 (0)