1
Fork 0
mirror of https://github.com/Steffo99/twom.git synced 2024-10-16 14:37:33 +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)
) {
AvatarFromURL(
// FIXME: URL can appearently be set before the image is available on the homeserver
url = roomSummary.avatarUrl,
)
}