Now that we use a cache, there is no need to provide AvatarColors to the Avatar composable.

This commit is contained in:
Benoit Marty 2023-09-08 13:59:03 +02:00 committed by Benoit Marty
parent f8b630ecb2
commit 72497b584d
4 changed files with 11 additions and 19 deletions

View file

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