clarify assert per code review

// FREEBIE
This commit is contained in:
Michael Kirk 2017-06-07 11:20:12 -04:00
parent bae91d97d6
commit 4000908f43

View file

@ -42,10 +42,7 @@ NS_ASSUME_NONNULL_BEGIN
const char xorByte = currentKeyBytes[i] ^ 0xff;
[flippedKey appendBytes:&xorByte length:1];
}
OWSAssert(flippedKey.length == 32);
OWSAssert(flippedKey.length == currentKey.length);
[identityManager saveRemoteIdentity:flippedKey recipientId:recipientId];
}],
[OWSTableItem itemWithTitle:@"Delete session (Contact Thread Only)"