Remove useless Immutable annotation
This commit is contained in:
committed by
Benoit Marty
parent
5e7437e827
commit
e6cd8d5fb5
@@ -7,11 +7,9 @@
|
||||
|
||||
package io.element.android.libraries.designsystem.components.avatar
|
||||
|
||||
import androidx.compose.runtime.Immutable
|
||||
import io.element.android.libraries.core.data.tryOrNull
|
||||
import java.text.BreakIterator
|
||||
|
||||
@Immutable
|
||||
data class AvatarData(
|
||||
val id: String,
|
||||
val name: String?,
|
||||
|
||||
Reference in New Issue
Block a user