Fix some lint issues and reduce severity of UnusedResources
This commit is contained in:
parent
0c5ea0e8be
commit
09087a7e86
7 changed files with 13 additions and 8 deletions
|
|
@ -1,3 +1,5 @@
|
|||
package io.element.android.x.designsystem.components.avatar
|
||||
|
||||
import android.util.Log
|
||||
import androidx.compose.foundation.background
|
||||
import androidx.compose.foundation.layout.Box
|
||||
|
|
@ -16,7 +18,6 @@ import androidx.compose.ui.unit.sp
|
|||
import coil.compose.AsyncImage
|
||||
import io.element.android.x.designsystem.AvatarGradientEnd
|
||||
import io.element.android.x.designsystem.AvatarGradientStart
|
||||
import io.element.android.x.designsystem.components.avatar.AvatarData
|
||||
|
||||
@Composable
|
||||
fun Avatar(avatarData: AvatarData, modifier: Modifier = Modifier) {
|
||||
|
|
@ -76,5 +77,3 @@ private fun InitialsAvatar(
|
|||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue