1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-1881 App | Tech | Fix Anytype website deeplink

This commit is contained in:
uburoiubu 2023-11-21 15:44:36 +01:00
parent 3ae2e723f4
commit ef52eb5013
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6

View file

@ -40,7 +40,7 @@
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="www.anytype.io"
android:host="https://anytype.io/"
android:pathPrefix="/todo"
android:scheme="http" />
</intent-filter>