Fix link from matrix.to websote not working.

This commit is contained in:
Benoit Marty 2024-05-03 12:39:52 +02:00
parent f48cc81434
commit baf3877bf7

View file

@ -105,7 +105,9 @@
-->
<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="element" />
<data android:host="user" />