mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-07 07:03:26 +00:00
actually allows to play in background consecutive voice messages
Signed-off-by: Giacomo Pacini <giacomopacini98@gmail.com>
This commit is contained in:
parent
169dac4045
commit
4fa06520ea
@ -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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user