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

DROID-3662 Chats | Enhancement | Introduce system widget "Chat" + navigation changes (#2420)

This commit is contained in:
Evgenii Kozlov 2025-05-21 13:17:07 +02:00 committed by GitHub
parent d7946bd54d
commit 5bddcd640c
Signed by: github
GPG key ID: B5690EEEBB952194
21 changed files with 175 additions and 82 deletions

View file

@ -31,7 +31,7 @@ object WidgetAnalytics {
const val WIDGET_SOURCE_SETS = "Sets"
const val WIDGET_SOURCE_BIN = "Bin"
const val WIDGET_SOURCE_ALL_OBJECTS = "AllObjects"
const val WIDGET_SOURCE_COLLECTIONS = "Sets"
const val WIDGET_SOURCE_CHAT = "Chat"
const val CUSTOM_OBJECT_TYPE = "custom"