Respond to CR.

This commit is contained in:
Matthew Chen 2017-12-05 13:44:25 -05:00
parent f5353fc7d5
commit 8d014f057e
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ static NSString *const kURLHostVerifyPrefix = @"verify";
*/
- (void)verifyDBKeysAvailableBeforeBackgroundLaunch
{
if (CurrentAppContext().isMainApp && CurrentAppContext().mainApplicationState != UIApplicationStateBackground) {
if ([UIApplication sharedApplication].applicationState != UIApplicationStateBackground) {
return;
}