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)