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

DROID-1615 Main | Widgets | Add possibility to use local recent (#267)

This commit is contained in:
Mikhail 2023-08-06 23:53:17 +03:00 committed by GitHub
parent f55ea3f06a
commit 10a8cc89fe
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)