Skip to content

Commit baf3877

Browse files
committed
Fix link from matrix.to websote not working.
1 parent f48cc81 commit baf3877

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@
105105
-->
106106
<intent-filter>
107107
<action android:name="android.intent.action.VIEW" />
108+
108109
<category android:name="android.intent.category.DEFAULT" />
110+
<category android:name="android.intent.category.BROWSABLE" />
109111

110112
<data android:scheme="element" />
111113
<data android:host="user" />

0 commit comments

Comments
 (0)