Disable background app refreshes until we understand the deadlocks and crashes we've been seeing

This commit is contained in:
Stefan Ceriu 2023-05-24 17:13:21 +03:00 committed by Stefan Ceriu
parent caa4abe659
commit 6b13c52cd0
1 changed files with 2 additions and 1 deletions

View File

@ -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