[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 13/28: Comment
From: |
gnunet |
Subject: |
[taler-taler-ios] 13/28: Comment |
Date: |
Tue, 19 Sep 2023 03:44:32 +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 275d69ea0c88c52ea3f8e55b78c7a466ae84be88
Author: Marc Stibane <marc@taler.net>
AuthorDate: Sun Sep 10 13:29:31 2023 +0200
Comment
---
TalerWallet1/Views/Transactions/TransactionDetailView.swift | 2 +-
TalerWallet1/Views/WithdrawBankIntegrated/WithdrawTOSView.swift | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/TalerWallet1/Views/Transactions/TransactionDetailView.swift
b/TalerWallet1/Views/Transactions/TransactionDetailView.swift
index 8648be7..f438c71 100644
--- a/TalerWallet1/Views/Transactions/TransactionDetailView.swift
+++ b/TalerWallet1/Views/Transactions/TransactionDetailView.swift
@@ -232,7 +232,7 @@ struct TransactionDetailView: View {
.accessibilityFont(.title2)
.lineLimit(4)
.padding(.bottom)
- // TODO: isSendCoins should show QR only while not
expired
+ // TODO: isSendCoins should show QR only while not yet
expired - either set timer or wallet-core should do so and send a
state-changed notification
if pending {
QRCodeDetails(transaction: transaction)
if hasDone {
diff --git a/TalerWallet1/Views/WithdrawBankIntegrated/WithdrawTOSView.swift
b/TalerWallet1/Views/WithdrawBankIntegrated/WithdrawTOSView.swift
index 24dc6e6..fef60e3 100644
--- a/TalerWallet1/Views/WithdrawBankIntegrated/WithdrawTOSView.swift
+++ b/TalerWallet1/Views/WithdrawBankIntegrated/WithdrawTOSView.swift
@@ -11,7 +11,7 @@ struct WithdrawTOSView: View {
let navTitle = String(localized: "Terms of Service")
- var exchangeBaseUrl: String?
+ let exchangeBaseUrl: String?
@EnvironmentObject private var model: WalletModel
@@ -103,7 +103,7 @@ extension WithdrawTOSView {
.accessibilityFont(.footnote)
.foregroundColor(Color(UIColor.label))
}
- } else {
+ } else { // MarkDown
Section {
Text(term0)
.accessibilityFont(.body)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-taler-ios] branch master updated (7d32de8 -> 8b2cfb1), gnunet, 2023/09/18
- [taler-taler-ios] 02/28: move to HelperViews, gnunet, 2023/09/18
- [taler-taler-ios] 04/28: Font, gnunet, 2023/09/18
- [taler-taler-ios] 01/28: Haptics, gnunet, 2023/09/18
- [taler-taler-ios] 08/28: Binding+onChange, gnunet, 2023/09/18
- [taler-taler-ios] 10/28: ExchangeTosStatus, gnunet, 2023/09/18
- [taler-taler-ios] 03/28: talerFonts, gnunet, 2023/09/18
- [taler-taler-ios] 09/28: move AgePicker, gnunet, 2023/09/18
- [taler-taler-ios] 13/28: Comment,
gnunet <=
- [taler-taler-ios] 06/28: Black, gnunet, 2023/09/18
- [taler-taler-ios] 14/28: ToSButton, gnunet, 2023/09/18
- [taler-taler-ios] 07/28: DebugView static font size, gnunet, 2023/09/18
- [taler-taler-ios] 12/28: Italic, gnunet, 2023/09/18
- [taler-taler-ios] 15/28: Speed up Sidebar, gnunet, 2023/09/18
- [taler-taler-ios] 11/28: AccessibleFont, gnunet, 2023/09/18
- [taler-taler-ios] 28/28: !!! Temporarily add back old cases to ExchangeTosStatus to be able to run with older wallet-core version !!!, gnunet, 2023/09/18
- [taler-taler-ios] 27/28: simplify log, gnunet, 2023/09/18
- [taler-taler-ios] 18/28: MainActor for Swift 6, gnunet, 2023/09/18
- [taler-taler-ios] 05/28: Terms of Service, gnunet, 2023/09/18