1
0
Fork 0
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:
Evgenii Kozlov 2024-12-13 22:17:33 +01:00
parent dabde412ff
commit e8400be866

View file

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