spotify / android-sdk

Spotify SDK for Android
https://developer.spotify.com/documentation/android/
Apache License 2.0
454 stars 117 forks source link

Auto play forcing even if I commanded to play other song #294

Open georgeRaduNeusoft opened 3 years ago

georgeRaduNeusoft commented 3 years ago

Issue found on March-April 2021

SDK Version: July 2020

Steps to reproduce:

  1. Play song by song by URI [not play a playlist]
  2. Have Auto play enabled
  3. After song A is finished, I command through the spotifyAppRemote.play(songUri) method
  4. I receive the success callback that the song started to play
  5. After 500ms - or more from the successful callback, Auto play forces and tries to bring other songs in the landscape, not caring that I have other song playing already

Expected behavior: Auto play should not be intrusive, forcing other song if I have commanded the SDK to play a certain song and I have even received the success callback.

Actual behavior: Auto play is intrusive and annoying, forcing other song to play, even if a certain song is already playing