iOS zxing scanner, iOS localization
This commit is contained in:
@@ -274,7 +274,7 @@ class PurchaseScreenState<T> extends BaseState<PurchaseScreen> {
|
||||
if (fractionalPart.length > 2) {
|
||||
fractionalPart = fractionalPart.substring(0, 2);
|
||||
}
|
||||
return '${integerPart}.${fractionalPart}';
|
||||
return '$integerPart.$fractionalPart';
|
||||
} catch (exception) {
|
||||
print(exception);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user