Improve logging around home view selection.

pull/1/head
Matthew Chen 7 years ago
parent f55012e671
commit 3579621db6

@ -905,6 +905,8 @@ NSString *const kArchivedConversationsReuseIdentifier = @"kArchivedConversations
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
DDLogInfo(@"%@ %s %zd %zd", self.logTag, __PRETTY_FUNCTION__, indexPath.row, indexPath.section);
if ([self isIndexPathForArchivedConversations:indexPath]) {
[self showArchivedConversations];
return;

Loading…
Cancel
Save