[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 20/40: Pass in currencyInfo
From: |
gnunet |
Subject: |
[taler-taler-ios] 20/40: Pass in currencyInfo |
Date: |
Mon, 22 Jul 2024 22:46:13 +0200 |
This is an automated email from the git hooks/post-receive script.
marc-stibane pushed a commit to branch master
in repository taler-ios.
commit c4c4e6d15c6d358e8697f10e25d247f18a6eb7df
Author: Marc Stibane <marc@taler.net>
AuthorDate: Thu Jul 18 15:43:22 2024 +0200
Pass in currencyInfo
---
TalerWallet1/Views/Balances/BalancesSectionView.swift | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/Balances/BalancesSectionView.swift
b/TalerWallet1/Views/Balances/BalancesSectionView.swift
index 60461b3..7b5b097 100644
--- a/TalerWallet1/Views/Balances/BalancesSectionView.swift
+++ b/TalerWallet1/Views/Balances/BalancesSectionView.swift
@@ -82,6 +82,7 @@ extension BalancesSectionView: View {
}
BalancesNavigationLinksView(symLog: symLog,
stack: stack.push("Section"),
+ currencyInfo: currencyInfo,
balance: balance,
amountToTransfer: $amountToTransfer, //
does still have the wrong currency
summary: $summary,
@@ -237,8 +238,9 @@ fileprivate struct BalancesPendingRowView: View {
fileprivate struct BalancesNavigationLinksView: View {
let symLog: SymLogV?
let stack: CallStack
+ let currencyInfo: CurrencyInfo
let balance: Balance
-
+
// let sectionCount: Int
@Binding var amountToTransfer: Amount // does still have the
wrong currency
@Binding var summary: String
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-taler-ios] branch master updated (2af265c -> a58f2d9), gnunet, 2024/07/22
- [taler-taler-ios] 03/40: disclosure comment, gnunet, 2024/07/22
- [taler-taler-ios] 05/40: CheckPeerPushDebit with cancellation, gnunet, 2024/07/22
- [taler-taler-ios] 04/40: CheckDeposit with cancellation, gnunet, 2024/07/22
- [taler-taler-ios] 02/40: stack, gnunet, 2024/07/22
- [taler-taler-ios] 01/40: Idle, gnunet, 2024/07/22
- [taler-taler-ios] 36/40: shorten, gnunet, 2024/07/22
- [taler-taler-ios] 06/40: CoinData, gnunet, 2024/07/22
- [taler-taler-ios] 40/40: computeFee, gnunet, 2024/07/22
- [taler-taler-ios] 20/40: Pass in currencyInfo,
gnunet <=
- [taler-taler-ios] 21/40: no PayForTemplate live fee updates, gnunet, 2024/07/22
- [taler-taler-ios] 25/40: Use BalancesPendingRowV, gnunet, 2024/07/22
- [taler-taler-ios] 39/40: cleanup, gnunet, 2024/07/22
- [taler-taler-ios] 12/40: Use currencyName, gnunet, 2024/07/22
- [taler-taler-ios] 15/40: cleanup, gnunet, 2024/07/22
- [taler-taler-ios] 16/40: Pass in currencyInfo, gnunet, 2024/07/22
- [taler-taler-ios] 38/40: Must not set controller.frontendState in Send/Request .onAppear, otherwise keyboard will not show, gnunet, 2024/07/22
- [taler-taler-ios] 13/40: Pass the function to compute fees as dependency, gnunet, 2024/07/22
- [taler-taler-ios] 22/40: cleanup, gnunet, 2024/07/22
- [taler-taler-ios] 26/40: Pass in currencyInfo, gnunet, 2024/07/22