Update Riot/Modules/Application/LegacyAppDelegate.m

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
This commit is contained in:
SBiOSoftWhare
2021-10-20 18:32:57 +02:00
committed by GitHub
parent 93f5a4c919
commit e479a8d921
+4 -2
View File
@@ -2941,8 +2941,10 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
void(^showSpace)(void) = ^{
[self.spaceDetailPresenter presentForSpaceWithPublicRoom:parameters.publicRoom
from:presentingViewController sourceView:sourceView
session:parameters.mxSession animated:YES];
from:presentingViewController
sourceView:sourceView
session:parameters.mxSession
animated:YES];
};
if (parameters.presentationParameters.restoreInitialDisplay)