AvatarType is Immutable.
This commit is contained in:
parent
dddf046b43
commit
e202fbfbd9
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue