diff --git a/NextcloudTalk/BaseChatViewController.swift b/NextcloudTalk/BaseChatViewController.swift index 3ac045f55..92717fffb 100644 --- a/NextcloudTalk/BaseChatViewController.swift +++ b/NextcloudTalk/BaseChatViewController.swift @@ -3221,7 +3221,7 @@ import QuickLook if let voiceMessagesPlayer = self.voiceMessagesPlayer, let playerAudioFileStatus = self.playerAudioFileStatus, - voiceMessagesPlayer.isPlaying, + !voiceMessagesPlayer.isPlaying, fileParameter.parameterId == playerAudioFileStatus.fileId, fileParameter.path == playerAudioFileStatus.filePath {