vector-im/element-ios/issues/4753 - Allow audio file attachments to be played back inline by reusing the existing voice message UI.

This commit is contained in:
Stefan Ceriu
2021-12-02 14:32:02 +02:00
committed by Stefan Ceriu
parent 20f1a6d238
commit 3c3b8f24ba
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -2690,7 +2690,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
{
cellViewClass = RoomGroupCallStatusBubbleCell.class;
}
else if (bubbleData.attachment.type == MXKAttachmentTypeVoiceMessage)
else if (bubbleData.attachment.type == MXKAttachmentTypeVoiceMessage || bubbleData.attachment.type == MXKAttachmentTypeAudio)
{
if (bubbleData.isPaginationFirstBubble)
{