Clean up ahead of PR.

pull/1/head
Matthew Chen 8 years ago
parent 91d54360ba
commit 1d56d56ca2

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

Loading…
Cancel
Save