forked from mirrors/linphone-iphone
Don't open media preview with voice recording
This commit is contained in:
parent
e467312008
commit
f0b19b8fd3
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue