Only resume lazy attachment restore in debug.

pull/1/head
Matthew Chen 6 years ago
parent aa7bf920e3
commit f7ea1678e7

@ -1135,8 +1135,10 @@ static NSString *const kURLHostVerifyPrefix = @"verify";
[OWSBackup.sharedManager setup];
#ifdef DEBUG
// Resume lazy restore.
[OWSBackupLazyRestoreJob runAsync];
#endif
}
- (void)registrationStateDidChange

Loading…
Cancel
Save