Respond to CR.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 03241128f6
commit 204902c111

@ -772,10 +772,6 @@ static NSString *const kURLHostVerifyPrefix = @"verify";
@"%@ ignoring %s because environment is not yet set up: %@.", self.tag, __PRETTY_FUNCTION__, notification); @"%@ ignoring %s because environment is not yet set up: %@.", self.tag, __PRETTY_FUNCTION__, notification);
return; 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); DDLogInfo(@"%@ %s %@", self.tag, __PRETTY_FUNCTION__, notification);
[AppStoreRating preventPromptAtNextTest]; [AppStoreRating preventPromptAtNextTest];

Loading…
Cancel
Save