room_members_search

the session is not anymore provided in the contacttableviewcell.
This commit is contained in:
yannick 2015-12-21 14:29:05 +01:00
parent 4c5ff18b75
commit fb7c2cf5a1

View file

@ -114,9 +114,7 @@
}
- (void)customizeContactCell:(ContactTableViewCell*)contactTableViewCell atIndexPath:(NSIndexPath *)indexPath
{
contactTableViewCell.mxSession = self.roomCreationInputs.mxSession;
{
if (indexPath.section == participantsSection)
{
if (!userMatrixId || (indexPath.row != 0))