From a73c6ede6053b17e64326c68c3e818657ca65f9e Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Mon, 12 Jun 2017 15:52:38 -0400 Subject: [PATCH] Tweak verification UI. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- .../ViewControllers/ConversationView/MessagesViewController.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Signal/src/ViewControllers/ConversationView/MessagesViewController.m b/Signal/src/ViewControllers/ConversationView/MessagesViewController.m index 798869098..4051b5089 100644 --- a/Signal/src/ViewControllers/ConversationView/MessagesViewController.m +++ b/Signal/src/ViewControllers/ConversationView/MessagesViewController.m @@ -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) {