Lock Screen Pause Control Not Responding
Fixed an issue where lock screen and headphone pause commands failed to stop playback when two audio paths were active simultaneously.
When the screen was off, pressing the pause control on the lock screen or headphone remote failed to stop playback in cases where two audio paths were active at the same time. In some instances only one path would stop, or the pause command would not reach the playback layer at all.
The root cause was in the remote command handling path. A branching condition evaluated during simultaneous dual-path playback was consuming the pause command before it could propagate to the actual playback controls. The handling path was corrected so that lock screen control state and audio output remain synchronized regardless of which playback combination is active. Playback routes involving effects and reverb, as well as mini player state, were aligned to reference the same control signal.
Reliable response to lock screen and peripheral controls is a baseline requirement for an audio product. The fix ensures external controls behave consistently across all playback states.