aboutsummaryrefslogtreecommitdiff
path: root/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
diff options
context:
space:
mode:
authorMarc Stibane <marc@taler.net>2024-04-05 22:04:23 +0200
committerMarc Stibane <marc@taler.net>2024-04-05 22:04:23 +0200
commita54c48846a3b3a7e0da8100edb4f8d73817ee67c (patch)
tree7aa3a8a5868c586c98dc503f8ed84b2a2e5a6278 /TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
parentb0461d9ded3dd826e95f409042de67ae329cce4f (diff)
downloadtaler-ios-a54c48846a3b3a7e0da8100edb4f8d73817ee67c.tar.gz
taler-ios-a54c48846a3b3a7e0da8100edb4f8d73817ee67c.tar.bz2
taler-ios-a54c48846a3b3a7e0da8100edb4f8d73817ee67c.zip
ScopeInfo
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 b10d0c0..d71f08c 100644
--- a/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
+++ b/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
@@ -47,8 +47,8 @@ struct WithdrawAcceptDone: View {
.interactiveDismissDisabled() // can only use "Done" button to dismiss
.navigationTitle(navTitle)
} else {
- LoadingView(url: nil, message: exchangeBaseUrl?.trimURL()
- ?? "Bank Confirmation")
+ LoadingView(scopeInfo: nil, message: exchangeBaseUrl?.trimURL()
+ ?? "Bank Confirmation")
}
}.onAppear() {
symLog.log("onAppear")