mirror of
https://github.com/Steffo99/twom.git
synced 2024-11-21 23:54:26 +00:00
Remove unsolvable TODO
This commit is contained in:
parent
14bd3415f0
commit
058109eac2
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ fun RoomListItem(
|
||||||
CircularProgressIndicator()
|
CircularProgressIndicator()
|
||||||
} else {
|
} else {
|
||||||
AvatarURL(
|
AvatarURL(
|
||||||
// FIXME: URL can appearently be set before the image is available on the homeserver
|
|
||||||
url = roomSummary.avatarUrl,
|
url = roomSummary.avatarUrl,
|
||||||
alpha = alpha,
|
alpha = alpha,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue