Assigned
Status Update
Comments
ba...@google.com <ba...@google.com> #2
Android Auto Version: 13.7.650624-release
I think it makes sense to check if this is related to the update of the Android Auto companion app that was released some time ago.
Description
Issue Description
The media playback queue in Android Auto no longer centers the active queue item on screen. When an item begins playing, the UI fails to scroll and position the item in the visible queue area.
Steps to Reproduce
Expected Behavior
When an item is playing, the queue should automatically scroll to position the active item in the center of the visible area. This behavior should occur whenever the active queue item changes, either through user action or progression to the next track, in response to the
setActiveQueueItemId
API call.Current Behavior
The table holding queue items is at the initial position with the first record visible. The icon which indicates the current item is present at the end of the row, but the user must scroll to find it.
Requested Resolution
The queue should scroll to the active media item. This was the standard behavior prior to the most recent UI update.
Additional Context