commit 0fdafbf5a05b1e2132c0e8c8cedb2c55268c6683
parent 3fd455c19b2ab7e193abacd44705ae9721e34999
Author: Marc Stibane <marc@taler.net>
Date: Fri, 14 Aug 2026 10:18:14 +0200
Always update isConnected and call hintNetworkAvailability
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/TalerWallet1/Controllers/Controller.swift b/TalerWallet1/Controllers/Controller.swift
@@ -279,7 +279,6 @@ class Controller: ObservableObject {
default: "unknown"
}
self.logger.log("Internet connection is \(status)")
-#if DEBUG // TODO: checkInternetConnection hintNetworkAvailabilityT
DispatchQueue.main.async {
if path.status == .unsatisfied {
self.isConnected = false
@@ -294,7 +293,6 @@ class Controller: ObservableObject {
}
}
}
-#endif
}
self.logger.log("Start monitoring internet connection")
let queue = DispatchQueue(label: "InternetMonitor")