diff --git a/Classes/ContactDetailsTableView.m b/Classes/ContactDetailsTableView.m index f6b14b10d..1714210e0 100644 --- a/Classes/ContactDetailsTableView.m +++ b/Classes/ContactDetailsTableView.m @@ -258,12 +258,6 @@ (showEmails && section == ContactSections_Email)) { [self removeEmptyEntry:self.tableView section:section animated:NO]; - // the section is empty -> remove titles - if ([[self getSectionData:section] count] == 0) { - [self.tableView - reloadSections:[NSIndexSet indexSetWithIndex:section] - withRowAnimation:animated ? UITableViewRowAnimationFade : UITableViewRowAnimationNone]; - } } } _editButton.enabled = YES;