taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit 15fc134132e6d973ce3b15c95af847f8ee0aa440
parent 6e59e88891f72d377ba19ac7b48a56efb637b855
Author: Marc Stibane <marc@taler.net>
Date:   Wed, 12 Aug 2026 05:06:06 +0200

pre-load balances

Diffstat:
MTalerWallet1/Controllers/Controller.swift | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/TalerWallet1/Controllers/Controller.swift b/TalerWallet1/Controllers/Controller.swift @@ -577,6 +577,7 @@ class Controller: ObservableObject { DispatchQueue.main.asyncAfter(deadline: .now() + delay) { self.backendState = .ready // dismiss the launch animation } + await loadBalances(CallStack(), model) } catch { // rethrows self.logger.error("\(error.localizedDescription)") backendState = .error(error as! EquatableError) // ❗️Yikes app cannot continue