Respond to CR.

pull/1/head
Matthew Chen 8 years ago
parent f5353fc7d5
commit 8d014f057e

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

Loading…
Cancel
Save