Room : Fix tests as there is less recomposition
This commit is contained in:
parent
4911fdc15e
commit
7dbac91cd3
4 changed files with 42 additions and 37 deletions
|
|
@ -177,9 +177,9 @@ class MessagesPresenter @AssistedInject constructor(
|
|||
|
||||
private fun MatrixRoom.avatarData(): AvatarData {
|
||||
return AvatarData(
|
||||
id = room.roomId.value,
|
||||
name = room.displayName,
|
||||
url = room.avatarUrl,
|
||||
id = roomId.value,
|
||||
name = displayName,
|
||||
url = avatarUrl,
|
||||
size = AvatarSize.TimelineRoom
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue