Skip to content

Commit

Permalink
Fix link from matrix.to websote not working.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed May 3, 2024
1 parent f48cc81 commit baf3877
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit baf3877

Please sign in to comment.