diff --git a/Classes/ContactsListTableView.m b/Classes/ContactsListTableView.m index 13ec6fe00..17efd91a9 100644 --- a/Classes/ContactsListTableView.m +++ b/Classes/ContactsListTableView.m @@ -192,7 +192,7 @@ static void sync_address_book(ABAddressBookRef addressBook, CFDictionaryRef info } - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section { - CGRect frame = CGRectMake(0, 0, tableView.frame.size.width, 44); + CGRect frame = CGRectMake(0, 0, tableView.frame.size.width, tableView.sectionHeaderHeight); UIView *tempView = [[UIView alloc] initWithFrame:frame]; tempView.backgroundColor = [UIColor whiteColor];