diff --git a/Signal/src/AppDelegate.m b/Signal/src/AppDelegate.m index e15e7144d..52bacf61f 100644 --- a/Signal/src/AppDelegate.m +++ b/Signal/src/AppDelegate.m @@ -387,9 +387,6 @@ static NSString *const kURLHostVerifyPrefix = @"verify"; } if (![TSStorageManager isDatabasePasswordAccessible]) { - UILocalNotification *notification = [[UILocalNotification alloc] init]; - notification.alertBody = NSLocalizedString(@"PHONE_NEEDS_UNLOCK", nil); - [[UIApplication sharedApplication] presentLocalNotificationNow:notification]; DDLogInfo(@"%@ exiting because we are in the background and the database password is not accessible.", self.tag); exit(0); }