#4096 - Added voice message decoding, timeline cell and playback UI.

This commit is contained in:
Stefan Ceriu
2021-06-14 17:47:59 +03:00
parent bf938f5d7b
commit 58edea8ac5
23 changed files with 783 additions and 33 deletions
@@ -986,6 +986,9 @@ static NSAttributedString *timestampVerticalWhitespace = nil;
case MXKAttachmentTypeAudio:
accessibilityLabel = NSLocalizedStringFromTable(@"media_type_accessibility_audio", @"Vector", nil);
break;
case MXKAttachmentTypeVoiceMessage:
accessibilityLabel = NSLocalizedStringFromTable(@"media_type_accessibility_audio", @"Vector", nil);
break;
case MXKAttachmentTypeVideo:
accessibilityLabel = NSLocalizedStringFromTable(@"media_type_accessibility_video", @"Vector", nil);
break;