mirror of
https://github.com/Steffo99/twom.git
synced 2024-11-21 23:54:26 +00:00
Add new comment
This commit is contained in:
parent
26551a99cd
commit
ff786fbf68
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ fun RoomListItem(
|
|||
.clip(MaterialTheme.shapes.medium)
|
||||
) {
|
||||
AvatarFromURL(
|
||||
// FIXME: URL can appearently be set before the image is available on the homeserver
|
||||
url = roomSummary.avatarUrl,
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue