Skip to content

Commit

Permalink
Fix links not working
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderRedYT committed Dec 18, 2024
1 parent fe52e87 commit df49eb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="https" />
<!-- https://stackoverflow.com/a/70672054 -->
<data android:host="*" />
</intent>
</queries>
</manifest>

0 comments on commit df49eb7

Please sign in to comment.