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:
parent
f55ea3f06a
commit
10a8cc89fe
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue