mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-01 19:46:08 +01:00
Fix HUF currency formatting.
This commit is contained in:
@@ -15,6 +15,7 @@ public class FiatMoney {
|
||||
private static final Set<String> SPECIAL_CASE_MULTIPLICANDS = new HashSet<>() {{
|
||||
add("UGX");
|
||||
add("ISK");
|
||||
add("HUF");
|
||||
}};
|
||||
|
||||
private final BigDecimal amount;
|
||||
|
||||
Reference in New Issue
Block a user