doublesymmetry / react-native-track-player

A fully fledged audio module created for music apps. Provides audio playback, external media controls, background mode and more!
https://rntp.dev/
Apache License 2.0
3.25k stars 1.01k forks source link

fix(ios): avoid prematurely activating audio session #2146

Closed puckey closed 12 months ago

puckey commented 1 year ago

This commit fixes the issue where the audio session is prematurely activated when TrackPlayer.play() or TrackPlayer.setPlayWhenReady(true) is called with an empty queue.