mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-22 14:38:15 +08: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
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 New Issue
Block a user