Skip to content

Commit

Permalink
Fix if condition on cellWantsToPlayAudioFile.
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Sein <[email protected]>
  • Loading branch information
Ivansss committed Sep 26, 2024
1 parent 0f1b4ef commit e822173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NextcloudTalk/BaseChatViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit e822173

Please sign in to comment.