AvatarType is Immutable.

This commit is contained in:
Benoit Marty 2025-06-23 18:03:53 +02:00
parent dddf046b43
commit e202fbfbd9

View file

@ -7,10 +7,12 @@
package io.element.android.libraries.designsystem.components.avatar
import androidx.compose.runtime.Immutable
import androidx.compose.ui.unit.Dp
import kotlinx.collections.immutable.ImmutableList
import kotlinx.collections.immutable.persistentListOf
@Immutable
sealed interface AvatarType {
data object User : AvatarType