Now that we use a cache, there is no need to provide AvatarColors to the Avatar composable.
This commit is contained in:
parent
f8b630ecb2
commit
72497b584d
4 changed files with 11 additions and 19 deletions
|
|
@ -346,7 +346,7 @@ private fun MessageSenderInformation(
|
|||
}
|
||||
// Content
|
||||
Row {
|
||||
Avatar(senderAvatar, initialAvatarColors = avatarColors)
|
||||
Avatar(senderAvatar)
|
||||
Spacer(modifier = Modifier.width(4.dp))
|
||||
Text(
|
||||
text = sender,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue