[Spaces] M10.6.1 Handle space link #4498

- Update after code review
This commit is contained in:
Gil Eluard
2021-09-23 17:15:32 +02:00
parent 4a7a75564b
commit 5521802bc2
8 changed files with 48 additions and 46 deletions
+1 -2
View File
@@ -2195,7 +2195,6 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
{
[self handleSpaceUniversalLinkWith:universalLinkURL];
return YES;
// return [[AppDelegate theDelegate] handleUniversalLinkURL:universalLinkURL];
}
}
@@ -6487,7 +6486,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
{
self.spaceDetailPresenter = [SpaceDetailPresenter new];
self.spaceDetailPresenter.delegate = self;
[self.spaceDetailPresenter presentForSpaceWithSummary:publicRoom from:self sourceView:nil session:self.mainSession animated:YES];
[self.spaceDetailPresenter presentForSpaceWithPublicRoom:publicRoom from:self sourceView:nil session:self.mainSession animated:YES];
}
- (void)showSpaceDetailWithId:(NSString *)spaceId