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

DROID-2584 Protocol | Integrate 0.34.2 (#1292)

This commit is contained in:
Konstantin Ivanov 2024-06-12 22:18:43 +02:00 committed by konstantiniiv
parent fa871e2d39
commit bff3662bf0
8 changed files with 13 additions and 2 deletions

View file

@ -22,6 +22,7 @@ object WidgetAnalytics {
const val WIDGET_LAYOUT_LIST = "List"
const val WIDGET_LAYOUT_COMPACT_LIST = "CompactList"
const val WIDGET_LAYOUT_LINK = "Link"
const val WIDGET_LAYOUT_VIEW = "View"
const val WIDGET_SOURCE_FAVORITES = "Favorites"
const val WIDGET_SOURCE_RECENT = "Recent"