commit a3d30fba53571ff81af59b4ed9f95dffe0f4d4f4
parent e6dfa1b412de26b7115daa13b6bb448ed3aa8859
Author: Marc Stibane <marc@taler.net>
Date: Tue, 2 Sep 2025 16:59:37 +0200
cleanup
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/TalerWallet1/Backend/WalletCore.swift b/TalerWallet1/Backend/WalletCore.swift
@@ -8,7 +8,6 @@
*/
import SwiftUI // FOUNDATION has no AppStorage
import AnyCodable
-import FTalerWalletcore
import SymLog
import os
import LocalConsole
diff --git a/TalerWallet1/Views/Transactions/ManualDetailsV.swift b/TalerWallet1/Views/Transactions/ManualDetailsV.swift
@@ -118,7 +118,7 @@ struct ManualDetailsV: View {
let title = String(localized: "Share the PayTo URL", comment: "a11y")
let minTitle = String(localized: "Share PayTo", comment: "mini")
let textToShare = String("\(payto)\n\nIBAN: \(iban)\nReceiver: \(receiverStr)\nAmount: \(amountStr.1)\nSubject: \(details.reservePub)")
- let _ = print(textToShare)
+ let _ = print(textToShare)
ShareButton(textToShare: textToShare, title: minimalistic ? minTitle : title)
.frame(maxWidth: .infinity, alignment: .center)
.accessibilityLabel(Text(title))