Merge branch 'charlesmchen/simplifyPreKeyCheck'

pull/1/head
Matthew Chen 7 years ago
commit 4c6a23d647

@ -291,15 +291,8 @@ static NSString *const kURLHostVerifyPrefix = @"verify";
[self removeScreenProtection];
static BOOL hasCheckedPrekeys = NO;
if (!hasCheckedPrekeys) {
// Always check prekeys after app launches...
[TSPreKeyManager refreshPreKeys];
hasCheckedPrekeys = YES;
} else {
// ...and sometimes check on app activation.
[TSPreKeyManager checkPreKeysIfNecessary];
}
// Always check prekeys after app launches, and sometimes check on app activation.
[TSPreKeyManager checkPreKeysIfNecessary];
}
- (void)applicationWillResignActive:(UIApplication *)application {

Loading…
Cancel
Save