Skip to content

Commit

Permalink
actually allows to play in background consecutive voice messages
Browse files Browse the repository at this point in the history
Signed-off-by: Giacomo Pacini <[email protected]>
  • Loading branch information
Ruggero1912 committed Dec 19, 2024
1 parent 64f99cb commit 902daf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/nextcloud/talk/chat/ChatActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1727,7 +1727,7 @@ class ChatActivity :
.next_voice_message_doodle)
defaultMediaPlayer.setOnCompletionListener {
defaultMediaPlayer.release()
setUpWaveform(nextMessage as ChatMessage, doPlay)
setUpWaveform(nextMessage as ChatMessage, doPlay, true)
}
defaultMediaPlayer.start()
}
Expand Down

0 comments on commit 902daf4

Please sign in to comment.