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

This commit is contained in:
ggurdin 2025-04-16 14:29:30 -04:00 committed by GitHub
parent b27c631bba
commit 4688cc9264
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>