Cleanup code rework by IDE.

This commit is contained in:
Benoit Marty
2025-06-23 21:24:40 +02:00
parent 041eb88aee
commit 390ecdaedc
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ internal fun ImageAvatar(
avatarData: AvatarData,
avatarType: AvatarType,
forcedAvatarSize: Dp?,
modifier: Modifier = Modifier.Companion,
modifier: Modifier = Modifier,
contentDescription: String? = null,
) {
val size = forcedAvatarSize ?: avatarData.size.dp

View File

@@ -18,7 +18,7 @@ internal fun InitialLetterAvatar(
avatarType: AvatarType,
forcedAvatarSize: Dp?,
contentDescription: String?,
modifier: Modifier = Modifier.Companion,
modifier: Modifier = Modifier,
) {
val avatarColors = AvatarColorsProvider.provide(avatarData.id)
TextAvatar(