aboutsummaryrefslogtreecommitdiff
path: root/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
diff options
context:
space:
mode:
authorMarc Stibane <marc@taler.net>2023-12-08 18:13:51 +0100
committerMarc Stibane <marc@taler.net>2023-12-13 18:58:01 +0100
commit2387c4f4627d3ce7fc22d61beceb67573ea677b4 (patch)
treeae1de27e90f9ea1e0951d05fc1d073019ea8e513 /TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
parent6e44b574388ad563782c193c822ee536e2954ce4 (diff)
downloadtaler-ios-2387c4f4627d3ce7fc22d61beceb67573ea677b4.tar.gz
taler-ios-2387c4f4627d3ce7fc22d61beceb67573ea677b4.tar.bz2
taler-ios-2387c4f4627d3ce7fc22d61beceb67573ea677b4.zip
LoadingView
Diffstat (limited to 'TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift')
-rw-r--r--TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift b/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
index 048351d..0a32a3c 100644
--- a/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
+++ b/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
@@ -44,8 +44,8 @@ struct WithdrawAcceptDone: View {
.interactiveDismissDisabled() // can only use "Done" button to dismiss
.navigationTitle(navTitle)
} else {
- WithdrawProgressView(message: "Bank Confirmation")
- .navigationTitle("Loading...")
+ LoadingView(url: nil, message: exchangeBaseUrl?.trimURL()
+ ?? "Bank Confirmation")
}
}.onAppear() {
symLog.log("onAppear")