Fix crash when login scene resigns

This commit is contained in:
Shadowfacts 2022-01-12 12:48:23 -05:00
parent 503d35f301
commit b2b99c6a11
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
// This may occur due to temporary interruptions (ex. an incoming phone call).
Task(priority: .userInitiated) {
try await self.fervorController.syncReadToServer()
try await self.fervorController?.syncReadToServer()
}
}