Fix submission of logs from launch failure
This commit is contained in:
parent
ecdbbcf572
commit
a67dab08f2
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user