1
Fork 0
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:
Steffo 2023-12-07 03:45:09 +01:00
parent 26551a99cd
commit ff786fbf68
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -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,
) )
} }