mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3151 Spaces | Enhancement | Apply empty use if user has more than two spaces when creating new space - hotfix
This commit is contained in:
parent
dabde412ff
commit
e8400be866
1 changed files with 1 additions and 1 deletions
|
@ -139,6 +139,6 @@ class CreateSpaceViewModel(
|
|||
}
|
||||
|
||||
companion object {
|
||||
const val MAX_SPACE_COUNT_WITH_GET_STARTED_USE_CASE = 2
|
||||
const val MAX_SPACE_COUNT_WITH_GET_STARTED_USE_CASE = 1
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue