Update design of 'approve contact share' view.

This commit is contained in:
Matthew Chen 2018-05-04 17:14:20 -04:00
parent 50c49baca8
commit 3092e4e3f6

View File

@ -285,10 +285,6 @@ NSString *const kArchivedConversationsReuseIdentifier = @"kArchivedConversations
}
[self updateBarButtonItems];
dispatch_async(dispatch_get_main_queue(), ^{
[self tableView:self.tableView didSelectRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0]];
});
}
- (void)applyDefaultBackButton