fix: comment out matrix.to deeplink (#2466)
This commit is contained in:
parent
b27c631bba
commit
4688cc9264
1 changed files with 5 additions and 2 deletions
|
|
@ -62,14 +62,17 @@
|
|||
</intent-filter>
|
||||
|
||||
<!-- App can open https://matrix.to urls -->
|
||||
<intent-filter>
|
||||
<!-- # Pangea -->
|
||||
<!-- Causes deeplink error in google play -->
|
||||
<!-- <intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data
|
||||
android:scheme="https"
|
||||
android:host="matrix.to"/>
|
||||
</intent-filter>
|
||||
</intent-filter> -->
|
||||
<!-- Pangea# -->
|
||||
|
||||
<!-- App can open matrix: uris -->
|
||||
<intent-filter>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue