Rename parameter and update comment.
This commit is contained in:
parent
d383590910
commit
6ef288c26d
3 changed files with 5 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue