Skip to content

Commit c16a69b

Browse files
author
Marco Romano
committed
Remove unneeded change
1 parent 70f1816 commit c16a69b

File tree

1 file changed

+0
-2
lines changed
  • features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components

1 file changed

+0
-2
lines changed

features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemEventRow.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,6 @@ private fun ReplyToContent(
589589
}
590590
}
591591

592-
@Composable
593592
private fun attachmentThumbnailInfoForInReplyTo(inReplyTo: InReplyTo.Ready): AttachmentThumbnailInfo? {
594593
val messageContent = inReplyTo.content as? MessageContent ?: return null
595594
return when (val type = messageContent.type) {
@@ -619,7 +618,6 @@ private fun attachmentThumbnailInfoForInReplyTo(inReplyTo: InReplyTo.Ready): Att
619618
type = AttachmentThumbnailType.Audio,
620619
)
621620
is VoiceMessageType -> AttachmentThumbnailInfo(
622-
textContent = stringResource(CommonStrings.common_voice_message),
623621
type = AttachmentThumbnailType.Voice,
624622
)
625623
else -> null

0 commit comments

Comments
 (0)