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

DROID-1998 Deep Linking | Feature | Basic framework for deep-linking + Alert when following a deep link to import an experience (#624)

This commit is contained in:
Evgenii Kozlov 2023-11-30 22:00:31 +01:00 committed by GitHub
parent 390a4129ff
commit 4ea2b53fbb
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 190 additions and 39 deletions

View file

@ -1145,4 +1145,19 @@
<string name="content_desc_layout_icon">Layout icon</string>
<!--endregion-->
<!--region BUTTONS -->
<string name="button_okay">Okay</string>
<string name="button_close">Close</string>
<!--endregion-->
<!--region ALERTS -->
<string name="alert_gallery_unsupported_title">Gallery will be supported soon</string>
<string name="alert_gallery_unsupported_description">Please use the desktop app for now.</string>
<!--endregion-->
</resources>