зеркало из https://github.com/nextcloud/talk-ios.git
Fix if condition on cellWantsToPlayAudioFile.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Родитель
653509e7b1
Коммит
577e9e4c45
|
@ -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 {
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче