mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Bug Fix: Add the m.audio attachments support
We support here the display of the attached audio files, but we are still not able to attach audio file. #1102
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
image = [UIImage imageNamed:@"file_photo_icon"];
|
||||
break;
|
||||
case MXKAttachmentTypeAudio:
|
||||
image = [UIImage imageNamed:@"file_audio_icon"];
|
||||
image = [UIImage imageNamed:@"file_music_icon"];
|
||||
break;
|
||||
case MXKAttachmentTypeVideo:
|
||||
image = [UIImage imageNamed:@"file_video_icon"];
|
||||
|
||||
Reference in New Issue
Block a user