mirror of
https://github.com/Steffo99/twom.git
synced 2025-02-16 16:23:57 +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)
|
.clip(MaterialTheme.shapes.medium)
|
||||||
) {
|
) {
|
||||||
AvatarFromURL(
|
AvatarFromURL(
|
||||||
|
// FIXME: URL can appearently be set before the image is available on the homeserver
|
||||||
url = roomSummary.avatarUrl,
|
url = roomSummary.avatarUrl,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue