Fix ISE when utilizing the ear piece for voice notes.

This commit is contained in:
Alex Hart
2022-08-29 10:09:28 -03:00
parent 6ebc453e4b
commit 2743492076
2 changed files with 6 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ class VoiceNotePlaybackController(
}
player.playWhenReady = false
player.setAudioAttributes(attributes, true)
player.setAudioAttributes(attributes, newStreamType == AudioManager.STREAM_MUSIC)
if (newStreamType == AudioManager.STREAM_VOICE_CALL) {
player.playWhenReady = true