Use new universal link method where needed.

This commit is contained in:
SBiOSoftWhare
2021-05-04 10:41:55 +02:00
parent f6556f4cc6
commit cf8fd00a74
2 changed files with 5 additions and 11 deletions
@@ -786,11 +786,8 @@
if ([Tools isUniversalLink:URL])
{
shouldInteractWithURL = NO;
// iOS Patch: fix vector.im urls before using it
NSURL *fixedURL = [Tools fixURLWithSeveralHashKeys:URL];
[[AppDelegate theDelegate] handleUniversalLinkFragment:fixedURL.fragment];
[[AppDelegate theDelegate] handleUniversalLinkURL:URL];
}
// Open a detail screen about the clicked user
else if ([MXTools isMatrixUserIdentifier:absoluteURLString])