Conversation
Fixes 150649a Signed-off-by: Aayush Gupta <[email protected]>
|
I am unsure if this is the expected behavior of enqueue next but this adds the item to the existing queue but as the 3rd index if we are currently playing at 1st. I would expect enqueue next to add the items at 2nd index. is 3rd the expected behavior? |
Nevermind, seems the UI is not properly updated to reflect the change. Seems like a different bug. Workaround is enqueuing an item which forces to update the UI properly. |
|
I also noticed that, the interesting thing is that it only happens with the background player for me:
Notice that the items are swapped when opening the fragment. Maybe something is not cleared correctly. Should we open a new issue for that? Edit: In PlayQueueAdapter, onNext() is called again when opening the View. |
I think this has been a longstanding issue, see #9669 (but it happened before we had enqueue-next, too) |
What is it?
refactorbranchDescription of the changes in your PR
Fixes the following issue(s)
APK testing
The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR. You can find more info and a video demonstration on this wiki page.
Due diligence