Fix crash.
// FREEBIE
This commit is contained in:
parent
fcc17ca869
commit
8a26883876
@ -269,7 +269,7 @@ NSString *const kNSNotificationName_IdentityStateDidChange = @"kNSNotificationNa
|
||||
|
||||
@synchronized(self)
|
||||
{
|
||||
if ([[[self class] localNumber] isEqualToString:recipientId]) {
|
||||
if ([[self.storageManager localNumber] isEqualToString:recipientId]) {
|
||||
if ([[self identityKeyPair].publicKey isEqualToData:identityKey]) {
|
||||
return YES;
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user