From 705c204bc91eafe1289a0b2b51a1cacc5b89d9b1 Mon Sep 17 00:00:00 2001 From: Niels Andriesse Date: Thu, 21 Jan 2021 09:53:49 +1100 Subject: [PATCH] Hopefully fix crash --- Session/Meta/AppDelegate.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Session/Meta/AppDelegate.m b/Session/Meta/AppDelegate.m index 4f497391e..f7b21eb7b 100644 --- a/Session/Meta/AppDelegate.m +++ b/Session/Meta/AppDelegate.m @@ -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];