Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] Playback Service Event.PlaybackActiveTrackChanged trigger twice #2409

Open
tannguyen05 opened this issue Nov 26, 2024 · 0 comments
Labels

Comments

@tannguyen05
Copy link

Describe the Bug
On Android, PlaybackActiveTrackChanged triggers twice with same track.

Steps To Reproduce

  1. call TrackPlayer.setQueue([track]) then TrackPlayer.play(), PlaybackActiveTrackChanged trigger
  2. call TrackPlayer.setQueue([newTrack]) then TrackPlayer.play(), PlaybackActiveTrackChanged triggers twice with same new track

Code To Reproduce
N/A

Replicable on Example App?
N/A

Environment Info:
N/A

How I can Help
The PlaybackActiveTrackChanged event should only trigger one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant