mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Merge pull request #8913 from bro2020/patch-mobile.element.io
Intercept mobile.element.io links with Element app
This commit is contained in:
commit
dd98218869
2 changed files with 3 additions and 0 deletions
1
changelog.d/8904.bugfix
Normal file
1
changelog.d/8904.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Intercept mobile.element.io links with Element app
|
|
@ -203,6 +203,8 @@
|
|||
<data android:host="develop.element.io" />
|
||||
<!-- Matching asset file: https://staging.element.io/.well-known/assetlinks.json -->
|
||||
<data android:host="staging.element.io" />
|
||||
<!-- Fix it https://github.com/element-hq/element-android/issues/8904 -->
|
||||
<data android:host="mobile.element.io" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
|
|
Loading…
Reference in a new issue