feature(space): use SpaceRoom.displayName from sdk
This commit is contained in:
parent
d475d948d6
commit
44c6ce01dc
9 changed files with 11 additions and 33 deletions
|
|
@ -39,7 +39,7 @@ fun HomeSpacesView(
|
|||
is CurrentSpace.Space -> item {
|
||||
SpaceHeaderView(
|
||||
avatarData = space.spaceRoom.getAvatarData(AvatarSize.SpaceHeader),
|
||||
name = space.spaceRoom.name,
|
||||
name = space.spaceRoom.displayName,
|
||||
topic = space.spaceRoom.topic,
|
||||
visibility = space.spaceRoom.visibility,
|
||||
heroes = space.spaceRoom.heroes.toImmutableList(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue