mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Tweak verification UI.
* Add “tap for options” to verification banner copy. * Add close button to banners. * Always use shield icon for verification row in conversation settings view. * Add action sheet to verification banner. // FREEBIE
This commit is contained in:
parent
935244843e
commit
a73c6ede60
1 changed files with 0 additions and 2 deletions
|
@ -873,8 +873,6 @@ typedef enum : NSUInteger {
|
|||
[[OWSIdentityManager sharedManager] recipientIdentityForRecipientId:recipientId];
|
||||
OWSAssert(recipientIdentity);
|
||||
|
||||
// By capturing the identity key when we enter these views, we prevent the edge case
|
||||
// where the user verifies a key that we learned about while this view was open.
|
||||
NSData *identityKey = recipientIdentity.identityKey;
|
||||
OWSAssert(identityKey.length > 0);
|
||||
if (identityKey.length < 1) {
|
||||
|
|
Loading…
Reference in a new issue