Fix crash when login scene resigns
This commit is contained in:
parent
503d35f301
commit
b2b99c6a11
@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user