mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
RoomCoordinator: Add setup completion on start methods to fit LegacyAppDelegate calls.
This commit is contained in:
@@ -587,15 +587,9 @@
|
||||
|
||||
_selectedRoomId = roomId;
|
||||
_selectedEventId = eventId;
|
||||
_selectedRoomSession = matrixSession;
|
||||
_selectedRoomSession = matrixSession;
|
||||
|
||||
[self.masterTabBarDelegate masterTabBarController:self didSelectRoomWithId:roomId andEventId:eventId inMatrixSession:matrixSession];
|
||||
|
||||
// TODO: Add completion to delegate
|
||||
if (completion)
|
||||
{
|
||||
completion();
|
||||
}
|
||||
[self.masterTabBarDelegate masterTabBarController:self didSelectRoomWithId:roomId andEventId:eventId inMatrixSession:matrixSession completion:completion];
|
||||
|
||||
[self refreshSelectedControllerIfNeeded];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user