fix: comment out matrix.to deeplink (#2466)

pull/1817/head
ggurdin 7 months ago committed by GitHub
parent b27c631bba
commit 4688cc9264
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save