RecentsViewController: Update related to MXKRecentListViewController

This commit is contained in:
giomfo
2015-05-25 17:48:07 +02:00
parent 37ec7d8530
commit 6313f7f810
@@ -308,16 +308,6 @@
[self selectRoomWithId:roomId inMatrixSession:matrixSession];
}
#pragma mark - Override UITableViewDelegate
- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section {
// Check whether there are mutiple sessions
if (self.dataSource.mxSessions.count > 1) {
return 30;
}
return 0;
}
#pragma mark - Override UISearchBarDelegate
- (void)searchBar:(UISearchBar *)searchBar textDidChange:(NSString *)searchText {