Update design of 'approve contact share' view.

pull/1/head
Matthew Chen 6 years ago
parent 50c49baca8
commit 3092e4e3f6

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

Loading…
Cancel
Save