change (room avatar) : clean code related to room name/avatar

This commit is contained in:
ganfra 2025-06-17 20:37:41 +02:00
parent f11a023b87
commit 3cf236907b
6 changed files with 32 additions and 46 deletions

View file

@ -20,7 +20,7 @@ fun RoomAvatar(
hideAvatarImage: Boolean = false,
contentDescription: String? = null,
) {
when {
when {
isTombstoned -> {
TombstonedRoomAvatar(
size = avatarData.size,