Search in room: Applied Vector design (ie stole the cells from the RoomViewController to display search results)

This commit is contained in:
manuroe
2015-12-31 16:12:32 +01:00
parent 674aef23f3
commit 8838088876
6 changed files with 162 additions and 3 deletions
+1 -2
View File
@@ -782,8 +782,7 @@
RoomSearchViewController* roomSearchViewController = (RoomSearchViewController*)pushedViewController;
MXKSearchDataSource *roomSearchDataSource = [[MXKSearchDataSource alloc] initWithRoomId:self.roomDataSource.roomId andMatrixSession:self.mainSession];
RoomSearchDataSource *roomSearchDataSource = [[RoomSearchDataSource alloc] initWithRoomDataSource:self.roomDataSource andMatrixSession:self.mainSession];
[roomSearchViewController displaySearch:roomSearchDataSource];
}