iOS doesn't support intercepting matrix.to links yet

this makes the open in app button more prominent,
as we can't assume the app is installed
This commit is contained in:
Bruno Windels 2021-02-01 11:11:20 +01:00
parent bf5e26dbb5
commit 0aa9c2e766
1 changed files with 1 additions and 1 deletions

View File

@ -75,6 +75,6 @@ export class Element {
}
canInterceptMatrixToLinks(platform) {
return platform === Platform.iOS || platform === Platform.Android;
return platform === Platform.Android;
}
}