Hopefully fix crash

pull/337/head
Niels Andriesse 4 years ago
parent e9db8ffa5c
commit 705c204bc9

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

Loading…
Cancel
Save