clarify assert per code review

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent bae91d97d6
commit 4000908f43

@ -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)"

Loading…
Cancel
Save