From 204902c111de3378eaeaea6d930e0963d767d925 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Mon, 6 Nov 2017 12:50:20 -0500 Subject: [PATCH] Respond to CR. // FREEBIE --- Signal/src/AppDelegate.m | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Signal/src/AppDelegate.m b/Signal/src/AppDelegate.m index c229bda98..a6db9f384 100644 --- a/Signal/src/AppDelegate.m +++ b/Signal/src/AppDelegate.m @@ -772,10 +772,6 @@ static NSString *const kURLHostVerifyPrefix = @"verify"; @"%@ ignoring %s because environment is not yet set up: %@.", self.tag, __PRETTY_FUNCTION__, notification); return; } - if (application.applicationState != UIApplicationStateActive) { - DDLogInfo(@"%@ ignoring %s because app is not yet active: %@.", self.tag, __PRETTY_FUNCTION__, notification); - return; - } DDLogInfo(@"%@ %s %@", self.tag, __PRETTY_FUNCTION__, notification); [AppStoreRating preventPromptAtNextTest];