From 2cc3232c0197e9ed69626f628ee397e58d402f2b Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Thu, 27 Apr 2017 09:42:30 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20presentation=20of=20=E2=80=9Copen=20with?= =?UTF-8?q?=20Signal=E2=80=9D=20errors.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit // FREEBIE --- Signal/src/AppDelegate.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Signal/src/AppDelegate.m b/Signal/src/AppDelegate.m index 026d3d9da..380db42bd 100644 --- a/Signal/src/AppDelegate.m +++ b/Signal/src/AppDelegate.m @@ -369,6 +369,9 @@ static NSString *const kURLHostVerifyPrefix = @"verify"; [controller addAction:[UIAlertAction actionWithTitle:NSLocalizedString(@"OK", nil) style:UIAlertActionStyleDefault handler:nil]]; + [[Environment getCurrent].signalsViewController.presentedViewController presentViewController:controller + animated:YES + completion:nil]; } - (void)applicationDidBecomeActive:(UIApplication *)application {