Room : Fix tests as there is less recomposition
This commit is contained in:
+3
-3
@@ -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
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user