View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013335 | MMA | Now Playing | public | 2016-06-07 18:03 | 2022-04-23 13:53 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | fixed | ||
Product Version | 1.2.0 | ||||
Target Version | 2.0.0 | Fixed in Version | 2.0.0 | ||
Summary | 0013335: Now Playing list repositions itself away from the currently playing track | ||||
Description | Clicking a track in the NP list cause the NP list to reposition itself to a different spot!! The possibly interesting thing is that the spot to which the playlist is repositioned is immediately preceding a duplicate track. I've never seen this before, but haven't tested earlier builds to see whether it's a regression. The strange thing is that it occured on an S7 100% of the time, but not on my Nexus 5, and then stopped occurring on the S7. I'm not sure what caused MMA to get into this state. | ||||
Steps To Reproduce | e.g. For One Republic - Counting Stars which exists as tracks 69 and 92: 1 go to NP list view 2 click track 92: 'One Republic - Counting stars' --> Playback starts --> Position of the NP list switches to track 61 (so that track 92 is just below the list of visible tracks) Log VFIFRSIS6X To reiterate: if a different track is clicked at step 2, then the NP list still repositions itself to track 61. | ||||
Tags | No tags attached. | ||||
Fixed in build | 1006 | ||||
|
I've rewritten the bug--the repositioning of the tracks in NP always occurs to the same spot--no matter what track playback has been initiated on!! Also, the bug doesn't always occur. Somehow MMA got into a state in which it occurred 100% of the time, and then somehow it got out of that state. Since I captured it in a debug log, I'm hoping that it's possible to figure out what triggered this. |
|
I can't find what causes this, but it seems to be depend on ListView, which will be replaced by RecyclerView in 2.0.0. So I would like to postpone it to 2.0.0 because also it's hard to replicate it. |
|
Fixed since 2.0.0.1000 Used RecyclerView in MMA 2.0, so the issue should not happen now. |
|
Verified 1017 |