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:
Matthew Chen 2017-06-12 15:52:38 -04:00
parent 935244843e
commit a73c6ede60

View file

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