Rename parameter and update comment.

This commit is contained in:
Benoit Marty 2023-09-05 15:45:12 +02:00
parent d383590910
commit 6ef288c26d
3 changed files with 5 additions and 5 deletions

View file

@ -346,7 +346,7 @@ private fun MessageSenderInformation(
}
// Content
Row {
Avatar(senderAvatar, avatarColors = avatarColors)
Avatar(senderAvatar, initialAvatarColors = avatarColors)
Spacer(modifier = Modifier.width(4.dp))
Text(
text = sender,