android-sdk
android-sdk copied to clipboard
Spotify disconnect behaviour
Issue found on DATE. 21st April 2020 SDK Version: spotify-app-remote-release-0.7.0 OS Version: Android 8.0.0 Scope(s): Device Hitting Issue Steps to reproduce: Expected behaviour : Song should stop on disconnect and Notification widget should hide Actual behaviour : Sound continues to play even after disconnect from Spotify remote
I don't quite understand the problem here. If the spotify sdk disconnects the song is supposed to continue playing because it plays within the spotify app not your app.
I made my disconnect function call pause() before disconnect()