Public rooms search: PublicRoomTableViewCell: Show room avatar and display the room name as expected in Vector

This commit is contained in:
manuroe
2015-12-22 11:49:08 +01:00
parent 33bd9f40fb
commit 4c148f0d27
4 changed files with 59 additions and 5 deletions
@@ -178,7 +178,7 @@ double const kPublicRoomsDirectoryDataExpiration = 10;
publicRoomCell = [[PublicRoomTableViewCell alloc] init];
}
[publicRoomCell render:_filteredRooms[indexPath.row]];
[publicRoomCell render:_filteredRooms[indexPath.row] withMatrixSession:self.mxSession];
return publicRoomCell;
}