commit 8817a25eefc087191ac695e99f1a27ae68a5fe8c parent 4a37d8b3cd314cefe41dbddc5e54faffadece223 Author: Marc Stibane <marc@taler.net> Date: Sun, 16 Feb 2025 16:18:23 +0100 @unknown default Diffstat:
| M | TalerWallet1/Views/Transactions/TransactionSummaryV.swift | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/TalerWallet1/Views/Transactions/TransactionSummaryV.swift b/TalerWallet1/Views/Transactions/TransactionSummaryV.swift @@ -297,6 +297,8 @@ struct TransactionSummaryV: View { a11yHint: String(localized: "Will go to bank website to authorize this withdrawal.", comment: "VoiceOver"), badge: CONFIRM_BANK) } } } } + @unknown default: + ErrorView(errortext: "Unknown withdrawal type"); // TODO: l10n } // switch } }