diff --git a/iOS/AppDelegate.swift b/iOS/AppDelegate.swift index 5fdfbdc74..aa72025a7 100644 --- a/iOS/AppDelegate.swift +++ b/iOS/AppDelegate.swift @@ -297,7 +297,7 @@ private extension AppDelegate { assert(Thread.isMainThread) guard let window = self.window else { - assertionFailure("Expected window.") + // Could be nil legitimately — this can get called before window is set up. return }