diff --git a/ElementX/Sources/Application/AppCoordinator.swift b/ElementX/Sources/Application/AppCoordinator.swift index 509027d34..ec09239f5 100644 --- a/ElementX/Sources/Application/AppCoordinator.swift +++ b/ElementX/Sources/Application/AppCoordinator.swift @@ -565,9 +565,10 @@ class AppCoordinator: AppCoordinatorProtocol, AuthenticationCoordinatorDelegate, isSuspended = true + #warning("Intentionally disabled until we understand certain deadlocks") // This does seem to work if scheduled from the background task above // Schedule it here instead but with an earliest being date of 30 seconds - scheduleBackgroundAppRefresh() + // scheduleBackgroundAppRefresh() } @objc