Hopefully fix crash

This commit is contained in:
Niels Andriesse 2021-01-21 09:53:49 +11:00
parent e9db8ffa5c
commit 705c204bc9
1 changed files with 2 additions and 0 deletions

View File

@ -468,6 +468,8 @@ static NSTimeInterval launchStartedAt;
// Only mark the app as ready once
return;
}
[SNConfiguration performMainSetup];
// TODO: Once "app ready" logic is moved into AppSetup, move this line there.
[self.profileManager ensureLocalProfileCached];