commit b49896dd5a63bb455ff4a9c5ae61aab2404103f0 parent 8eaa2bb59e9c21a6e55de08b7025e841d5a1750a Author: Marc Stibane <marc@taler.net> Date: Fri, 11 Jul 2025 17:42:38 +0200 go to deposit Diffstat:
| M | TalerWallet1/Views/Settings/Exchange/ExchangeSectionView.swift | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/TalerWallet1/Views/Settings/Exchange/ExchangeSectionView.swift b/TalerWallet1/Views/Settings/Exchange/ExchangeSectionView.swift @@ -158,6 +158,8 @@ struct ExchangeSectionView: View { Button("Deposit") { // TODO: Go to "Deposit" view showAlert = false + dismissTop(stack.push()) + NotificationCenter.default.post(name: .DepositAction, object: nil) // will trigger NavigationLink } Button(buttonTitle) { deleteExchange()