mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
RoomSearchDataSource: Remove the matrix session from the parameters in initWithRoomDataSource API.
Use the matrix session of the provided room data source.
This commit is contained in:
@@ -2037,7 +2037,7 @@
|
||||
|
||||
RoomSearchViewController* roomSearchViewController = (RoomSearchViewController*)pushedViewController;
|
||||
|
||||
RoomSearchDataSource *roomSearchDataSource = [[RoomSearchDataSource alloc] initWithRoomDataSource:self.roomDataSource andMatrixSession:self.mainSession];
|
||||
RoomSearchDataSource *roomSearchDataSource = [[RoomSearchDataSource alloc] initWithRoomDataSource:self.roomDataSource];
|
||||
[roomSearchViewController displaySearch:roomSearchDataSource];
|
||||
}
|
||||
else if ([[segue identifier] isEqualToString:@"showMemberDetails"])
|
||||
|
||||
Reference in New Issue
Block a user