mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 13:46:57 +02:00
Search Screen: add People tab
- add contact picker view controller
This commit is contained in:
@@ -37,6 +37,13 @@
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void)destroy
|
||||
{
|
||||
roomDataSource = nil;
|
||||
|
||||
[super destroy];
|
||||
}
|
||||
|
||||
- (void)convertHomeserverResultsIntoCells:(MXSearchRoomEventResults *)roomEventResults
|
||||
{
|
||||
// Convert the HS results into `RoomViewController` cells
|
||||
|
||||
Reference in New Issue
Block a user