Room messages preview: Added FIXMEs for Giom

This commit is contained in:
manuroe
2016-06-09 14:42:17 +02:00
parent 3cb28e0912
commit 4619214a7d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@
// Create the room data source
// It will be automatically released in the destroy metho of the RoomViewController
// that will display the data source
// FIXME: release this room data source like it should be
_roomDataSource = [[RoomDataSource alloc] initWithPeekingRoom:peekingRoom andInitialEventId:_eventId];
[_roomDataSource finalizeInitialization];