commit 49a7748c4717fe6d2578b11a1628ba20e39126a5 parent e94b4b71187c160540c3733c0b2bb6cb465139ab Author: Marc Stibane <marc@taler.net> Date: Tue, 22 Jul 2025 21:34:31 +0200 idle works always Diffstat:
| M | TalerWallet1/Views/OIM/OIMcash.swift | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/TalerWallet1/Views/OIM/OIMcash.swift b/TalerWallet1/Views/OIM/OIMcash.swift @@ -406,10 +406,10 @@ final class OIMcash: ObservableObject, Sendable { func moveBack() { for var fund in funds { - if fund.state == .drawer { +// if fund.state == .drawer { fund.state = .idle self.updateFund(fund) - } +// } } }