From 10a8cc89feb8c811f9997d2e89b7e5450db1fba2 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Sun, 6 Aug 2023 23:53:17 +0300 Subject: [PATCH] DROID-1615 Main | Widgets | Add possibility to use local recent (#267) --- .../com/anytypeio/anytype/presentation/widgets/WidgetConfig.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/src/main/java/com/anytypeio/anytype/presentation/widgets/WidgetConfig.kt b/presentation/src/main/java/com/anytypeio/anytype/presentation/widgets/WidgetConfig.kt index 93dde0e486..78075b3226 100644 --- a/presentation/src/main/java/com/anytypeio/anytype/presentation/widgets/WidgetConfig.kt +++ b/presentation/src/main/java/com/anytypeio/anytype/presentation/widgets/WidgetConfig.kt @@ -51,7 +51,7 @@ object WidgetConfig { object BundledWidgetSourceIds { const val FAVORITE = "favorite" const val RECENT = "recent" - const val RECENT_LOCAL = "recent_local" + const val RECENT_LOCAL = "recentOpen" const val SETS = "set" const val COLLECTIONS = "collection" val ids = listOf(FAVORITE, RECENT, RECENT_LOCAL, SETS, COLLECTIONS)