Fix submission of logs from launch failure

This commit is contained in:
Nora Trapp 2020-11-13 17:37:15 -08:00
parent ecdbbcf572
commit a67dab08f2

View File

@ -343,6 +343,7 @@ void uncaughtExceptionHandler(NSException *exception)
[AppVersion shared];
self.window = [OWSWindow new];
CurrentAppContext().mainWindow = self.window;
// Show the launch screen
UIViewController *viewController = [[UIStoryboard storyboardWithName:@"Launch Screen"