File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components
libraries/designsystem/src/main/kotlin/io/element/android/libraries/designsystem Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ import io.element.android.features.messages.impl.timeline.model.event.TimelineIt
7676import io.element.android.features.messages.impl.timeline.model.event.aTimelineItemImageContent
7777import io.element.android.features.messages.impl.timeline.model.event.aTimelineItemPollContent
7878import io.element.android.features.messages.impl.timeline.model.event.aTimelineItemTextContent
79- import io.element.android.libraries.designsystem.R
79+ import io.element.android.libraries.designsystem.VectorIcons
8080import io.element.android.libraries.designsystem.colors.AvatarColorsProvider
8181import io.element.android.libraries.designsystem.components.EqualWidthColumn
8282import io.element.android.libraries.designsystem.components.avatar.Avatar
@@ -402,7 +402,7 @@ private fun MessageEventBubbleContent(
402402 horizontalArrangement = spacedBy(4 .dp, Alignment .Start ),
403403 verticalAlignment = Alignment .CenterVertically ,
404404 ) {
405- Icon (resourceId = R .drawable.ic_thread_decoration , contentDescription = null , tint = ElementTheme .colors.iconSecondary)
405+ Icon (resourceId = VectorIcons . ThreadDecoration , contentDescription = null , tint = ElementTheme .colors.iconSecondary)
406406 Text (
407407 text = stringResource(CommonStrings .common_thread),
408408 style = ElementTheme .typography.fontBodyXsRegular,
Original file line number Diff line number Diff line change @@ -41,4 +41,5 @@ object VectorIcons {
4141 val Quote = R .drawable.ic_quote
4242 val Strikethrough = R .drawable.ic_strikethrough
4343 val Underline = R .drawable.ic_underline
44+ val ThreadDecoration = R .drawable.ic_thread_decoration
4445}
You can’t perform that action at this time.
0 commit comments