mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-01 11:35:46 +01:00
Fix FiatMoneyTests run on non-US locales.
This commit is contained in:
committed by
Greyson Parrelli
parent
41b833e788
commit
011dc3495f
@@ -44,13 +44,6 @@ public class FiatMoney {
|
||||
return timestamp;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return amount, rounded to the default fractional amount.
|
||||
*/
|
||||
public @NonNull String getDefaultPrecisionString() {
|
||||
return getDefaultPrecisionString(Locale.getDefault());
|
||||
}
|
||||
|
||||
/**
|
||||
* @return amount, rounded to the default fractional amount.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user