commit 5b85e6ea2aee94474c7eb46daf764103ebffe9bb parent e9cc7b737fe5c027086b4041b1c279276e3fdf38 Author: Marc Stibane <marc@taler.net> Date: Sun, 16 Feb 2025 11:08:12 +0100 remove sign Diffstat:
| M | TalerWallet1/Views/Balances/PendingRowView.swift | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/Balances/PendingRowView.swift b/TalerWallet1/Views/Balances/PendingRowView.swift @@ -37,7 +37,7 @@ struct PendingRowView: View { let outTitle = minimalistic ? outTitle0 : outTitle1 let pendingTitle = incoming ? inTitle : outTitle - let amountText = AmountV(scope, amount, isNegative: !incoming) + let amountText = AmountV(scope, amount, isNegative: nil) .foregroundColor(pendingColor) // this is the default view for iOS 15