Room messages preview: Indicate to RoomVC when to release the datasource

This commit is contained in:
manuroe
2016-06-09 14:41:55 +02:00
parent d82b1fbe4d
commit 3cb28e0912
2 changed files with 3 additions and 0 deletions
@@ -217,6 +217,7 @@
[roomDataSource finalizeInitialization];
[roomViewController displayRoom:roomDataSource];
roomViewController.hasRoomDataSourceOwnership = YES;
}
}