Don't open media preview with voice recording

This commit is contained in:
Benoit Martins 2024-02-08 16:25:52 +01:00
parent e467312008
commit f0b19b8fd3

View file

@ -770,7 +770,7 @@ class ChatConversationTableViewSwift: UIViewController, UICollectionViewDataSour
let previewController = QLPreviewController()
self.previewItems = []
chatMessage?.contents.forEach({ content in
if(content.isFile){
if(content.isFile && !content.isVoiceRecording){
if VFSUtil.vfsEnabled(groupName: kLinphoneMsgNotificationAppGroupId) {
var plainFile = content.exportPlainFile()