Adding media to the queue doesn't update the notification
Description
When adding medias to the play queue, we never call PlaybackService.publishState()
. This is usually not noticeable, but with !1109 (merged) that changes the actions from skip to rewind / forward, it leads to weird behaviors
Expected behavior
"Append", "Insert next" actions should call publishState
Actual behavior
Steps to reproduce
- Play a podcast with a wear device connected. State:
- Tap the overflow of another track -> Append. The state stays the same
- Tap pause. The state is updated:
Screenshot / video
Context
App version
Android version
Device model
App mode
Smartphone
TV
Auto