Update dependency io.element.android:compound-android to v0.1.0 (#3524)
* Update dependency io.element.android:compound-android to v0.1.0 * Fix usages of `AvatarColorsProvider` * Update screenshots * Fix tests and lint issues --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jorge Martín <jorgem@element.io> Co-authored-by: ElementBot <android@element.io>
This commit is contained in:
parent
87f642918e
commit
461677c425
814 changed files with 1631 additions and 1659 deletions
|
|
@ -394,7 +394,7 @@ private fun MessageSenderInformation(
|
|||
senderAvatar: AvatarData,
|
||||
modifier: Modifier = Modifier
|
||||
) {
|
||||
val avatarColors = AvatarColorsProvider.provide(senderAvatar.id, ElementTheme.isLightTheme)
|
||||
val avatarColors = AvatarColorsProvider.provide(senderAvatar.id)
|
||||
Row(modifier = modifier) {
|
||||
Avatar(senderAvatar)
|
||||
Spacer(modifier = Modifier.width(4.dp))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue