RoomParticipants viewController: Update header in participant section when aparticipant is removed

This commit is contained in:
giomfo
2015-09-10 13:47:37 +02:00
parent 89921f8f58
commit 81e2c847dc
@@ -402,6 +402,9 @@
// Refresh display
[self.tableView deleteRowsAtIndexPaths:@[indexPath] withRowAnimation:UITableViewRowAnimationNone];
UITableViewHeaderFooterView *participantsSectionHeader = [self.tableView headerViewForSection:participantsSection];
participantsSectionHeader.textLabel.text = [self tableView:self.tableView titleForHeaderInSection:participantsSection];
}
}
}