mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
RoomVC: Remove temporary space universal link handling.
This commit is contained in:
@@ -2218,7 +2218,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
|
||||
}
|
||||
else
|
||||
{
|
||||
return [self handleSpaceUniversalLinkWith:parameters];
|
||||
return [[AppDelegate theDelegate] handleUniversalLinkWithParameters:parameters];
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6520,20 +6520,6 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
|
||||
}];
|
||||
}
|
||||
|
||||
- (void)showSpaceDetailWithPublicRoom:(MXPublicRoom *)publicRoom
|
||||
{
|
||||
self.spaceDetailPresenter = [SpaceDetailPresenter new];
|
||||
self.spaceDetailPresenter.delegate = self;
|
||||
[self.spaceDetailPresenter presentForSpaceWithPublicRoom:publicRoom from:self sourceView:nil session:self.mainSession animated:YES];
|
||||
}
|
||||
|
||||
- (void)showSpaceDetailWithId:(NSString *)spaceId
|
||||
{
|
||||
self.spaceDetailPresenter = [SpaceDetailPresenter new];
|
||||
self.spaceDetailPresenter.delegate = self;
|
||||
[self.spaceDetailPresenter presentForSpaceWithId:spaceId from:self sourceView:nil session:self.mainSession animated:YES];
|
||||
}
|
||||
|
||||
#pragma mark - SpaceDetailPresenterDelegate
|
||||
|
||||
- (void)spaceDetailPresenterDidComplete:(SpaceDetailPresenter *)presenter
|
||||
|
||||
Reference in New Issue
Block a user