commit ed28458f8824205f002d22494a0ec8883ebec7ab
parent d77a32a22127e23d2780d21adf78ffd031e7b8f0
Author: Marc Stibane <marc@taler.net>
Date: Thu, 18 Jun 2026 20:02:04 +0200
merchant image only for Nightly
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/TalerWallet1/Views/Transactions/TransactionSummaryList.swift b/TalerWallet1/Views/Transactions/TransactionSummaryList.swift
@@ -371,10 +371,12 @@ struct TransactionSummaryList: View {
HStack {
Spacer()
VStack(alignment: .center) {
+#if TALER_NIGHTLY
let imageName = if #available(iOS 17.0, *) { MERCHANT17 } else { MERCHANT14 }
Image(systemName: imageName)
.resizable()
.frame(width: 44, height: 44)
+#endif
let merchant = terms.merchant.name
Text(merchant)
.talerFont(.title3)