display_room_avatars

Update the room avatar management with the updated Matrix Kit
This commit is contained in:
yannick
2015-12-04 16:58:18 +01:00
parent 74de3eeb0f
commit acf8b11322
4 changed files with 16 additions and 23 deletions
@@ -390,7 +390,6 @@
MXKRoomDataSourceManager *roomDataSourceManager = [MXKRoomDataSourceManager sharedManagerForMatrixSession:selectedRoomSession];
MXKRoomDataSource *roomDataSource = [roomDataSourceManager roomDataSourceForRoom:selectedRoomId create:YES];
roomDataSource.roomBubbleTableViewCellDelegate = currentRoomViewController;
[currentRoomViewController displayRoom:roomDataSource];
}