Skip to content

Commit

Permalink
Set thumb to null on audio reply message on thread
Browse files Browse the repository at this point in the history
  • Loading branch information
ariel10aguero committed Aug 31, 2023
1 parent 59c4b9b commit 3ed2e5d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1062,6 +1062,8 @@ internal inline fun LayoutMessageHolderBinding.setBubbleThreadLayout(
textViewLastReplyMessageText.goneIfFalse(thread.lastReplyMessage?.isNotEmpty() == true)
}

includeMessageTypeAudioAttachment.seekBarAttachmentAudio.thumb = null

when (thread.mediaAttachment) {
is LayoutState.Bubble.ContainerSecond.ImageAttachment -> {
setBubbleImageAttachment(thread.mediaAttachment, true, lastReplyImage)
Expand Down

0 comments on commit 3ed2e5d

Please sign in to comment.