mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3144 Spaces | Enhancement | Allow users to remove entry space (#2028)
This commit is contained in:
parent
9d79b2bb7f
commit
9d95acd3d8
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ class SpaceSettingsViewModel(
|
|||
}
|
||||
|
||||
private fun resolveIsSpaceDeletable(spaceView: ObjectWrapper.SpaceView) : Boolean {
|
||||
return spaceView.spaceAccessType != null && spaceView.spaceAccessType != SpaceAccessType.DEFAULT
|
||||
return spaceView.spaceAccessType != null
|
||||
}
|
||||
|
||||
fun onAddMoreSpacesClicked() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue