Fix link from matrix.to websote not working.

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

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" />