mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3555 Primitives | Show Types in the All Objects tab (#2297)
This commit is contained in:
parent
40ac22f003
commit
6fcbe663cd
3 changed files with 4 additions and 3 deletions
|
@ -332,7 +332,7 @@ class ObjectTypeViewModel(
|
|||
_objectTypePermissionsState.value = objectPermissions
|
||||
|
||||
uiTitleState.value = UiTitleState(
|
||||
title = objType.pluralName.orEmpty(),
|
||||
title = fieldParser.getObjectPluralName(objType),
|
||||
isEditable = objectPermissions.canEditDetails
|
||||
)
|
||||
val newIcon = objType.objectIcon()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue