mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
Search in room: Applied Vector design (ie stole the cells from the RoomViewController to display search results)
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user